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″>
</head>
<body>
<center>
<?php
require(“gaibu.php”);
run();
?>
</center>
</body>
</html>

コメントを残す

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