The error complains about an unexpected "!", right ?
What if you do
if (!isset($title)) {
That's the correct syntax, you know ?...
Luis
- Original Message -
From: "jh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 09, 2003
uli 2003 10:03
> An: [EMAIL PROTECTED]
> Betreff: [PHP-WIN] Re: Forms-PHP-and-errors
>
> Hi,
> Thanks for reply.
> I have wrapped your code in like so:-
> if !isset($title) {
> // Title contains no valid data
> $title = ""
> }
&g
Hi,
Thanks for reply.
I have wrapped your code in like so:-
?>
called it p-6-2.php and this is the error I get:-
Parse error: parse error, unexpected '!', expecting '(' in D:\web\myforms\p-6-2.php on
line 4
I have used my own form which uses javascript to validate the fname and su