Re: [PHP] script executeion problem - executes twice for no reason- help

2002-04-22 Thread Miguel Cruz
On Mon, 22 Apr 2002, Edward Bailey wrote: > if() > {$filename = "../includes/news.html"; This condition will always return true. What you are doing here is first executing the assignment: $filename = "../includes/news.html"; and then testing the outcome of that assignment (which is "../inc

Re: [PHP] script executeion problem - executes twice for no reason - help

2002-04-22 Thread R'twick Niceorgaw
remove the To:$email from $headers. You have it already in the $to parameter. - Original Message - From: "Edward Bailey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 11:48 AM Subject: [PHP] script executeion problem - executes twice for no reason - help > P