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