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
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
2 matches
Mail list logo