Newby question: 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 Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php