sbaar
09-25-2008, 04:26 PM
Hi
when I try to pass the URL variable, it doesn't include the file at all. If I take off the URL variable it does work.
include("page.php?id=home&cat=3");
error :
Warning: include(page.php?id=home&cat=3) [function.include]: failed to open stream: No such file or directory in /home/xx111/public_html/index.php on line 7
I can't get this to work and can't find anything about it using Google. Can anyone help me out?
when I try to pass the URL variable, it doesn't include the file at all. If I take off the URL variable it does work.
include("page.php?id=home&cat=3");
error :
Warning: include(page.php?id=home&cat=3) [function.include]: failed to open stream: No such file or directory in /home/xx111/public_html/index.php on line 7
I can't get this to work and can't find anything about it using Google. Can anyone help me out?
