Probably just a problem with register_globals
Try:
$contents = "{$_REQUEST['firstname']}, {$_REQUEST['lastname']}, {$_REQUEST['email']}";
Marco
php|architect - The magazine for PHP Professionals
The monthly worldwide magazine dedicated to PHP programmers
Check us out on the web at
I have a html form that has just 3 fields and each are defined as
name="firstname", name="lastname", and name="email" . The action is
calling a sendmail.php file and the method is POST. Here is the contents
of sendmail.php:
http://probsd.org/rlewis/thankyou.txt";);
?>
When submitting the form, ma
2 matches
Mail list logo