---Original Message-
> From: Mark Clarkstone [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 18, 2003 11:09 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Help with my code
>
>
> why won't this write?
>
> require ("config.php");
> if ($action) {
>
What is the value of $subject? fwrite() expects the third
value passed to it to be the number of bytes to write.
James
-Original Message-
From: Mark Clarkstone [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 18, 2003 11:09 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Help with my code
what is it not doing? I see you are referencing the variables directly, is
register globals 'on'? Are you getting errors?
-Original Message-
From: Mark Clarkstone [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 18, 2003 11:09 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Help wi
why won't this write?
> No Name";
echo "$errorbk";
}
else if ($email=="") {
echo "Form Erorr >> No e-mail";
echo "$errorbk";
}
else if ($input=="") {
echo "Form Error >> No Comment found";
echo "$errorbk";
}
else if ($wb=="1") {
mail($webemail, $subject, $input);
}
if ($action) {
$data = "$name\n$
4 matches
Mail list logo