2023421(2)
<html dir="ltr" lang="ja"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=yes, maximum-scale=1.0, minimum-scale=1.0"> </head> <body> <!-- ここから文章など書き込みます --> <center> $test = 5; if ($test == 10) { echo "OK"; } else { echo "no"; } </center> <!-- ここまで文章など書き込みます --> </body> </html>