Re: [PHP-INST] problem with form variables

2002-02-01 Thread Laura Silveira Mastella
Ok, I should have read php.ini information. The first paragraph notifies: "...Instead of using $foo, you must use $_REQUEST["foo"]..." Now it´s working. Thanks! - Original Message - From: <[EMAIL PROTECTED]> To: "Laura Silveira Mastella" <[EMAI

[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: --

[PHP-INST] php begginer

2002-01-31 Thread Laura Silveira Mastella
I´m trying to install PHP 4.1.1 and Apache 1.3.23 in Win2000. (PHP as a server module). Apache is working, I can see my index.html when I open http://localhost on the browser, but the PHP code is not being interpreted, the web server don´t send the script to PHP for interpretation. :( Any sugges