Problem passing on variables...
Posted: Sat May 31, 2003 3:37 pm
Quick explanation:
I need to pass on "work" to the variable todo, I used;
index.php?todo=work
and it never passes it on. I've always passed on variables this way beofre(ex. http://www.mainframed.com <same theory with that site I built). I don't know where to start looking for the problem, i used a simple echo $todo; after it wasn't working for an if-then statement. I'm using PHPmyDev4 for the server on my computer and PHP is working because I've been doing some MySQL stuff. Thanx for your help everyone.
I need to pass on "work" to the variable todo, I used;
index.php?todo=work
and it never passes it on. I've always passed on variables this way beofre(ex. http://www.mainframed.com <same theory with that site I built). I don't know where to start looking for the problem, i used a simple echo $todo; after it wasn't working for an if-then statement. I'm using PHPmyDev4 for the server on my computer and PHP is working because I've been doing some MySQL stuff. Thanx for your help everyone.