[PHP] mail() returned a strange error, what is this?

2002-05-30 Thread Magnus Hammar
on line 216 -- Can anyone explaun why I get these errors, mail() with sendmail is working fine with other php-sites on the server... Thanks. /Magnus Hammar -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] SMTP-access with PHP...

2001-06-20 Thread Magnus Hammar
= $return_value.fgets($smtp_connection,128).br; fputs($smtp_connection, ); fputs($smtp_connection, QUIT\n\r); $return_value = $return_value.fgets($smtp_connection,128).br; fclose($smtp_connection); return $return_value; /Magnus Hammar --

Re: [PHP] Cookie Not Setting..

2001-07-11 Thread Magnus Hammar
. To really see if the cookie is set you can use Netscape and let it warn you before accepting a cookie, in that way you will see the cookiename and it's value and then you can be sure the cookie is set. 4. You can do the same thing with IE. /Magnus Hammar - The cookiemonster