Hey, I used MyQry Generator EE from http://www.myqry-generator.com to make a php webpage to show a table and search form hooked to my MySQL database. In the program I did something, think created a query, because I want the dates from the table to shown be from earliest to latest. When I load the page at
http://www.wireless-nets.com/database/news2.php
It shows the descended dates and titles right when you first load the page, but when I use the search it errors out and says:
You have an error in your SQL syntax near 'WHERE Date LIKE '%wireless%' OR Title LIKE '%wireless%'' at line 8
My code is attached as a .txt file
What could be wrong?
Please help!
Thank you!