How do I do this? Let's say I have a variable called $url that is defined in the first file. I now want to use that variable in the second file. How can I send that variable from one file to the other? Skinny
You could put your variables in vars.php, and then include("vars.php"); At the top of every page you want the variables in.