Error with simple php search engine form?
Hi,
I am trying to create a simple search for the documents on my website.
The sql table is documents, and the three columns i want to search are anch, desc, and pdate.
It seems to parse the value (POST) across alright
As you can see at the end of the line
desc LIKE '%test%'
(that you wrote yourself :-) DESC is a SQL keyword --it's short for DESCending... I'm pretty sure this is at least one of the things that need to be changed before
