On Saturday 22 March 2003 16:38, Rick Dahl wrote:
> I can't get it to work.  I get the echo to show up but never receive a
> email.
>
>
> if($blankpostage) {
>    $to = "Rick Dahl <[EMAIL PROTECTED]>";
>    $subject = "Online B+P Request";
>    $body = "Show ID = " . $id;
>    mail($to, $subject, $body);
>    echo "sadflkjaflkasdj";
> }

1) Check that php.ini is correctly configured

2) Check the php error log

3) Check your mailserver log

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-db
------------------------------------------
/*
You can learn many things from children.  How much patience you have,
for instance.
                -- Franklin P. Jones
*/


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

Reply via email to