您尚未登入。
跳頁: 1
I would like to ask:
If I want to display the whole page of "abc.php" in "index.php?action=abc",
Can I use this script?
<?php
if(isset($_GET['action=abc'])) {
include_once('abc.php');
}
?>
How can I display this page correctly?
離線
跳頁: 1