20230414

20230414

<?php
print(“あなたのお名前\n”);

function run(){
print(“なんてーの\n”);
}
?>

<!DOCTYPE html>
<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″>
<title>Title of the Document</title>
</head>
<body>
<!– ここから文章などを書き込みます –>
<center>
<?php
require(“gaibu.php”);
run();
?>
</center>
<!– ここまで文章などを書き込みます –>
</body>
</html>

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です