G'day John

> PHP is server side, so it's going to do the same thing each time. If
> it's sending a blank message, then no data was received.
€€€€
Thanks for the response. I have been able to find the problem by replacing
my mail() with phpinfo().

It certainly wasn't passing the variables with Windows but is with Macs.  I
checked the HTML forma and found I had the enctype set to plain/text. I
changed it to multipart/form-data and now it works fine (although there are
still some strange things going on with line endings which I'll need to
resolve)

Cheers and thanks again

kim


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to