Hi All, Using a link <a href=\"bla.php?bname=$bname\">$bname</a> I could pass $bname to another page and using "SELECT * FROM table WHERE bname = \"$bname\""; I could get all I need from the db on the new page. Now that globals have been turned off and superglobals are replacing them. How should I pass and catch the var?
TIA Gary -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php