PHP Developer Channel :: 討論園地

您尚未登入。

#1 2010-01-06 17:00:59

447
New member
註冊日期: 2010-01-06
文章數: 1

if(isset($_GET['action=abc'])) { include_once('abc.php'); }?

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?

離線

 

論壇頁尾

Web Hosting
PHP Developer Channel
Powered by PunBB 1.2.9
© Copyright 2002–2005 Rickard Andersson