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, March 17, 2004 6:52 PM Subject: Re: [PHP] mail() to own

[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 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] 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] Repopulating forms

2003-08-09 Thread Gerard L Petersen
Hi My code looks like this. ?PHP $test = gerard's name is \gerard\; echo $test.br; echo 'input type=text name=test2 value='.$test.'br'; ? form action=test2.php method=post input type=text name=foo value= / input type=submit name=sub value=submit /form When i run it the bit after the quotes

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 PROTECTED] Sent: Tuesday, August 05, 2003 4:07 PM