Alexander Lindstedt wrote: >Hi! >I have got a new problem. >When i try to assign a variable in the url, like: >test.php?test=test >and try to show the variable in the php file, i get a message that the >variable is undefined. How do i have to do to fix this problem? >thnx > register_globals. Please read the release notes for your version of php. I'll bet it is set to off, turn it on or use $_GET['var']. This comes up almost daily on this list, have you been monitoring it?
Chris -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php