C
Carl Underwood
Guest
Error during query execution.
select * from hist0102 where lname = 'XXXXX' descrip like '%Kmart%'
MySQL server said: You have an error in your SQL syntax near 'descrip like '%Kmart%'' at line 1
It would seem that the script is not putting in an "and" between the first search filed and the second.
Not being very well versed in PHP, I'm at a loss as to how to fix.
Otherwise, the script is just what I've been looking for.
Thank you,
Carl Underwood
select * from hist0102 where lname = 'XXXXX' descrip like '%Kmart%'
MySQL server said: You have an error in your SQL syntax near 'descrip like '%Kmart%'' at line 1
It would seem that the script is not putting in an "and" between the first search filed and the second.
Not being very well versed in PHP, I'm at a loss as to how to fix.
Otherwise, the script is just what I've been looking for.
Thank you,
Carl Underwood