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