<?php echo $_GET['name'].",".$_GET['id']; ?>
<html> <head> <title></title> </head> <body> <?php echo file_get_contents($_GET['id'].".txt"); ?> </body> </html>
특정 값 전달 방법 (GET) 에 대하여 살펴봅시다.
"If you would thoroughly know anything, teach it to other." - Tryon Edwards -