What I'm trying to do is too give the user's a possibility to filter data, but it's not working... this is the query I get:
mysql_query("select * from stuff where price > 1000");
but this isn't working... any1?
Could you give any detail on how it isn't working?
I get this error:
"You have an error in your SQL syntax near '< 20000' at line x"
You don't have a '< 20000' anywhere in the original query you posted. Can you post the code that is producing this error?
i figured it out... i had just forgotten a ' ' (space)