Has anyone encountered a problem like this?
I have a search form in PHP that will only show valid results if the user enters one character in the input fields.
For example: If I search for "Wild" in the songtitle, I get zero results. But if I search for "w" in the songtitle fields I get thousands. This is a new MySQL table. Did I miss something in my configuration? The fact that it works with just the one character makes me think my PHP is working fine. Here's the link:
the result page is:
Thanks!
I have a search form in PHP that will only show valid results if the user enters one character in the input fields.
For example: If I search for "Wild" in the songtitle, I get zero results. But if I search for "w" in the songtitle fields I get thousands. This is a new MySQL table. Did I miss something in my configuration? The fact that it works with just the one character makes me think my PHP is working fine. Here's the link:
the result page is:
Thanks!