hi, I have $path and $name in a.php3 . What should i do so that those 2 variables are availale in b.php3? I know include() or require() can do it, but the problem is that they both execute a.php3 if i use them in b.php3.
Any suggestions?
Thanks.
global variables
attached them to all your URL links, i.e. url.php?$path=blah&$name=blah
hidden variable in your HTML if you are using a form
Hope this will help ;-)
those 2 variables change cuz i am using a loop. ($path=1, $path++)
anyway, can someone please tell me what a global variable is and how to assign one?