Dear all,
I have a script like this :
<?
echo "The page<p>";
include('/home/public_html/show.php"
;
?>
and it work.
The problem is, the script can not work if I use query at include script.
include('/home/public_html/show.php?action=list"
;
Well, maybe it can not use include for query, so pls help me to solve this problem.
Thank you in advance.
I have a script like this :
<?
echo "The page<p>";
include('/home/public_html/show.php"

?>
and it work.
The problem is, the script can not work if I use query at include script.
include('/home/public_html/show.php?action=list"

Well, maybe it can not use include for query, so pls help me to solve this problem.
Thank you in advance.