"Frank Tudor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > I am just trying to pass a value from one page to the > next, nothing complicated. In the the addess bar I see > the string pass, but on the page it is blank?
I believe the "register_globals" configuration directive must be turned on for the variable to auto-create. Otherwise use $_GET['blah'] or $HTTP_GET_VARS['blah']. http://www.php.net/manual/en/language.variables.external.php - Steve Yates - A fool and his money are soon elected. / Taglines by Taglinator - www.srtware.com / -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php