if(isset($_GET['id'])){ $id = $_GET['id']; } $page = false; if(isset($_GET['name'])){ $name = $_GET['name']; } // Guarding against XSS ...
確定! 回上一頁