Server Question
Server Question
Out of context: Reply #12
- Started
- Last post
- 26 Responses
- vaxorcist0
I'd cut out the mail section, start with a plain email script based on the mail() function in PHP.
If your variables aren't coming through, check that your form is POST or GET... if so..
$var=$_POST['var'];
print "<P>var:$var";
$message.="var:$var";