So in your search field did you type in “Find!”?
Looks like the code is working and it formed the SQL Statement properly…
This kinda means that it's acting according to plan, but what is being faulty is the Showing-part of the php code. Or am I entirely wrong?
What part of the PHP code is it showing, just the $SQL statement out-putted to the screen? We did that on purpose to make sure the SQL Statement is correct.
If you can run that SQL Statement against your database directly and it executes, that means everything is perfect.