PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Ok now everything's fine..
The trouble is when I access like /?Page?somevar=somevalue then it takes it as an error page of course.. Can someone give a suggestion to alter this so that using the same technique, I can send variables thru QUERYSTRING ??
Thanks,
Swaroop
well it's something like this :
/?Page --> includes the file Page.php from the parent directory..
Now when I wanna pass the variables, I have been using /Page.php?somevar=somevalue which gives me a problem cuz functions.php and top.php must be included for all the pages.
So what I am asking is like can we pass a variable also using this technique which i use for my pages ??
example:
/?Page?somevar=somevalue
OR
/?Page&somevar=somevalue
--
Swaroop