Re: [PHP] PH error: Parse error: parse error, unexpected $end

2004-01-29 Thread John Nichel
Denham Eva wrote: $query = "insert into work values('".$category."','".$description."','".$requestor."'); You're missing a closing quote at the end of your query. -- By-Tor.com It's all about the Rush http://www.by-tor.com -- PHP General Mailing List (http://www.php.net/) To uns

Re: [PHP] PH error: Parse error: parse error, unexpected $end

2004-01-29 Thread John W. Holmes
From: "Denham Eva" <[EMAIL PROTECTED]> > Parse error: parse error, unexpected $end > Please can someone help! You need an editor that does source code highlighting. If you had that, you would not have encountered this error because you'd have noticed the unterminated string here > $query = "inser

[PHP] PH error: Parse error: parse error, unexpected $end

2004-01-29 Thread Denham Eva
Hello List, I am trying to learn PHP and finding it very "difficult" as the books which I am using's code does not work properly. And I have taken to using the Manual available from PHP.net, but still struggling terribly I have a script which receives data from an HTML form and the idea is to inse