Posted by Paul Jinks on 12/16/05 15:21
David Grant wrote:
> $SQLQuery = "SELECT * FROM project WHERE projTitle = '" .
> $HTTP_GET_VARS['projTitle'] . "'";
Yep, that fixed it. Thanks. I had a feeling there was a mix up with the
"s and 's. What's with the . s?
> Not sure why you've got the or die() there.
I had the idea that you could put an or die() after any command and it
would tell you that it had screwed up at that point. Bad idea?
Many thanks
Paul
[Back to original message]
|