RE: [PHP-WIN] 2 Issues for Mail() in Win/PHP4-

2002-11-04 Thread Dash McElroy
coming from (i.e. POST, GET, COOKIE, SESSION, etc). -Dash -Original Message- From: Marie Monday [mailto:Marie.Monday@;ncmail.net] Sent: Monday, November 04, 2002 6:11 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] 2 Issues for Mail() in Win/PHP4- I've been scanning the list msgs tryi

Re: [PHP-WIN] 2 Issues for Mail() in Win/PHP4-

2002-11-04 Thread Marie Monday
I've been scanning the list msgs trying to figure out why that's discouraged. Anyone know why? "Charles P. Killmer" wrote: > Also check and make sure that you have register_globals set to on in php.ini Some >argue that you shouldn't use that though. > > Charles Killmer > > -Original Messa

RE: [PHP-WIN] 2 Issues for Mail() in Win/PHP4-

2002-11-02 Thread Charles P. Killmer
plist Windows; Marie Monday Subject: Re: [PHP-WIN] 2 Issues for Mail() in Win/PHP4- well for a start I suggest spaces... makes a code easier to understand $subject = "Need Help"; I am not sure if that actually affects the variable... anyway mail($Email_To, $Email_Subject,

Re: [PHP-WIN] 2 Issues for Mail() in Win/PHP4-

2002-11-02 Thread Stephen Edmonds
well for a start I suggest spaces... makes a code easier to understand $subject = "Need Help"; I am not sure if that actually affects the variable... anyway mail($Email_To, $Email_Subject, $Email_Message, "From: [EMAIL PROTECTED]\r\n" ."Reply-To: [EMAIL PROTECTED