2022年11月4日(金)

2022年11月4日(金)

You are currently viewing a revision titled "2022年11月4日(金)", saved on 2022年11月5日 12:53 AM by フアンテイタンタム
タイトル
2022年11月4日(金)
コンテンツ
gaibu.php <!DOCTYPE html> <html dir="ltr"lang="ja"> <head> <meta charset="UTL-8"> <meta name="viewport" content="width=device-width,user-scalable=yes,maximum-scale=1.0,minimum-scale=1.0"> </head> <body> <!--ここから文章など書き込みます--> <center> <?php print("あなたの名前\n"); function run(){ print("何て―の\n"); } ?> </center> <!--ここまで文章など書きこみます--> </body> </html> omikomi.php <!DOCTYPE html> <html dir="ltr"lang="ja"> <head> <meta charset="UTL-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>
抜粋
脚注


Old New Date Created Author Actions
2022年11月4日 3:53 PM フアンテイタンタム

コメントを残す

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