Rick,
Someone had mentioned doing the following:
<<
$name = $_POST['name'];
$message = $_POST['message'];
at the top of your script to enable the variables.
>>
Or, you could try this at the top of every page:
global $HTTP_POST_VARS;
global $HTTP_GET_VARS;
and then use:
$_POST["field_name"]
Apache: 1.3.26
PHP: 4.2.3
OS: HPUX-11
Hello PHP Guru's!
After successfully installing PHP and viewing the phpinfo page, I decided to
create a simple web-form. Just a basic "Name" "Message" web-form, when the
form is complete it is emailed to an account. Everything works, except I
don't see the f
2 matches
Mail list logo