[PHP] Thank you all for your help

2012-01-15 Thread Chris Payne
Hi there,

A big thank you to all of you who took time to help me with my numeric
problem from earlier, it's been a huge help :-)

Chris

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Thank you all for your help.

2002-12-10 Thread David Scott
I corrected the typo and and $_POST works correctly now. I don't know why it
didn't work the first time I corrected the typo (I think that I had to
re-publish my web site or somesuch), nonetheless it is working now.

Thank you all.

David Scott [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I am going through the introductory tutorial on http://www.php.net/ and am
 stuck on this page:
 http://www.php.net/manual/en/tutorial.forms.php

 I have been able to get all of the examples up to this point to work.

 The form is simple: it asks for a text name, a text age and has a
submit
 button. The information is submitted to action.php.

 Action.php contains this code:
 Hi ?php echo $_POST[name]; ?.
 You are ?php echo $_POST[age]; ? years old.

 I saved action.php as a text file with only the information above.

 When I enter JoeBob into the name field and 27 into the age field, I get
 this for output:
 Hi
 Notice: Undefined index: name in c:\inetpub\wwwroot\action.php on line 1
 . You are
 Notice: Undefined index: age in c:\inetpub\wwwroot\action.php on line 2
 years old.

 What can I do to remedy this?





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php