Re: [PHP-INST] problem with form variables

2002-02-01 Thread Laura Silveira Mastella
L PROTECTED]> Sent: Friday, February 01, 2002 9:59 AM Subject: Re: [PHP-INST] problem with form variables > > this can probably be fixed in your php.ini. to test whether this is true > or not, try to grab the varaiblas as HTTP_POST_VARS['name'] and > HTTP_POST_VARS['a

[PHP-INST] problem with form variables

2002-02-01 Thread Laura Silveira Mastella
Well, now PHP is being parsed, but I have a problem with variables: they are not being automatically set by PHP. I have created a very simple html form (copied from php.net) index.html --- Your name: You age: --