Re: [PHP] mail() to own domain not working

2004-03-18 Thread Gerard L Petersen
gets routed to the correct host according to the mx records on the DNS :) - Original Message - From: "Raditha Dissanayake" <[EMAIL PROTECTED]> To: "Gerard L Petersen" <[EMAIL PROTECTED]> Cc: "Php-General" <[EMAIL PROTECTED]> Sent: Wednesday

[PHP] mail() to own domain not working

2004-03-17 Thread Gerard L Petersen
Hi all Im having a problem with sending mails using the mail function to my own domain. Mails to any other domain works perfectly. Also our mail server sitting on a different machine. Any ideas how to fix this?

[PHP] Losing a session?

2003-08-19 Thread Gerard L Petersen
Hi Is it possible to lose a session? For instance if i go to coke.com and $_SESSION['name'] =3D "x";=20 is set. and then i go to pepsi.com and $_SESSION['name'] =3D "notX";=20 is set. if i then return to coke.com will $_SESSION['name'] =3D=3D notX; How does this work? Thanks Gerard

[PHP] losing a session?

2003-08-19 Thread Gerard L Petersen
Hi Is it possible to lose a session? For instance if on www.coke.com $_SESSION['name'] = x; is set and on www.pepsi.com $_SESSION['name'] = notX; is set. Then i return to www.coke.com will $_SESSION['name'] == notX; How does this work? Thanks -Gerard.

[PHP] Repopulating forms

2003-08-09 Thread Gerard L Petersen
Hi My code looks like this. "; echo ''; ?> When i run it the bit after the quotes are truncated. Where it truncates depends on what type of quote i am using. Any ideas? Thanks Gerard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub

Re: [PHP] Repopulating forms

2003-08-05 Thread Gerard L Petersen
Sweet... Thank you. Works perfectly. You all have be most helpful. Hope this works in Smarty Gerard - Original Message - From: "CPT John W. Holmes" <[EMAIL PROTECTED]> To: "Gerard L Petersen" <[EMAIL PROTECTED]>; "Php-General" <[EMAIL