Frank, > 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? Any > Ideas? Oh, everything is in lower case. > > My code is like this for page test.html: > > <form method="get" action="test.php"> > > <input type="text" name="blah"> > > <input type="submit"> > > then for the test.php page I have: > > <?php > > echo $blah; > > ?> > > this is a standard intro deal, and I know the code is > good, but does anyone have any idea how to get passed > this. I makes all my other examples null if I can't > figure it out.
Do you have a new-ish version of PHP? Check the "register_globals" setting in php.ini. Discussion in the manual at http://www.php.net/manual/en/security.registerglobals.php Regards, =dn -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php