|
Posted by J.O. Aho on 08/09/06 14:08
mpar612 wrote:
> Now I am trying to retrieve the "isbn=987654321" using $_GET and I'm
> trying to make that a part of an SQL query using the following code and
> I constantly get a "DB Error:
> no such field." I could post more code if necessary, I was just trying
> to save space:
"DB Error: no such field.", sound like you are trying to access a column that
isn't there, I do suggest you do echo out your SQL query before you do the
query, so that you can see that it's correct.
//Aho
Navigation:
[Reply to this message]
|