n.php
- Original Message -
From: "Andy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 16, 2002 12:54 PM
Subject: Re: [PHP-WIN] Warning messages
> Here is the code and warning messages
>
> if (($email=="") || ($name=="")
book.txt", 0666);
See: http://www.php.net/manual/en/function.chmod.php : for more info.
-Dash
-Original Message-
From: Andy [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 16, 2002 11:10 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Warning messages
Thank you Stephen, tried
you the path to your file where the
.php
> file lies, then its just a matter of figuring out where the guestbook is!
>
> - Original Message -----
> From: "Andy" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, December 16, 2002 6:54 PM
> Subject: Re:
figuring out where the guestbook is!
- Original Message -
From: "Andy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 16, 2002 6:54 PM
Subject: Re: [PHP-WIN] Warning messages
> Here is the code and warning messages
>
> if (($email=="")
Here is the code and warning messages
\nForm: Andrew Davey");
mail("$email", "Thank you for signing my Guestbook", wordwrap("Thank you,
$name, for signing my Guestbook.", 72, "\n", 1), "Return-path:
<[EMAIL PROTECTED]>\nForm: Andrew Davey");
echo "Thank you, " . $name . ", for signing my
Guestb
That means you have an error in your use of fwrite its not a proper
'file pointer'. Its not a setting you can change in your php.ini, as it is
cause by a problem with your script. In fact, your script should not work
because of the error.
If you paste the code and what your script does, I may