blank stare from my mail form

Bill McGonigle bill at bfccomputing.com
Fri Aug 6 10:39:00 EDT 2004


Have you tried referring to your variables like  
$_POST["email_address"].

I'm no PHP expert, but I recall that's how you deal with variables in a 
non-registered-globals environment.  It's better not to have to turn 
them on again.

-Bill

On Aug 6, 2004, at 10:11, Jason wrote:

> 			<?php
> 			$toaddress = "receiver at domain.com";
> 			$subject = "Feedback From Frustrating Problem Form";
> 			$mailcontent = "Email Address: ".$email_address."\n"
> 			."Question: ".$question."\n";
> 			$fromaddress = "webserver at domain.com";
> 			mail($toaddress, $subject, $mailcontent);
> 			?>
----
Bill McGonigle, Owner           Work: 603.448.4440
BFC Computing, LLC              Home: 603.448.1668
bill at bfccomputing.com           Cell: 603.252.2606
http://www.bfccomputing.com/    Text: bill+text at bfccomputing.com




More information about the gnhlug-discuss mailing list