The code below does not work. What could be causing
this?? php pages do come up, and I can retrieve SQL
data. The header seems okay: test.php?name=Bob and if
I define a variable on the same page I can use it.
Please enter user name here:
<FORM>
<INPUT TYPE=text NAME=name>
<INPUT TYPE=submit VALUE=Submit>
</FORM><BR>
you typed:
<?
echo ($name);
?>
Linux 2.2.14
PHP/4.0.3pl1
'./configure' '--without-gd' '--with-apxs'
'--with-mysql=/usr' '--with-pgsql' '--with-imap'
Ideas??
__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]