I've had problems with sending mails if I try to use \n in the mail.
try send ing a one line email with no extra headers. and no \n's anywhere

Also to set up the php as an apache module, get the latest version from
php.net.

copy php4ts.dll to windows\system
and add this to your http.conf

LoadModule php4_module "c:/php/sapi/php4apache.dll" # or whatever your path
to php

AddType application/x-httpd-php .php .php3 .phtml

then try restarting apache

M@


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to