07-29-2012, 10:31 AM
Hey guys,
I'm trying to add a form in my php script but can't seem to get it working correctly. It's basically a form that allows the user to search for people in an sql database.
Here is the part that seems to be going wrong:
I'm trying to add a form in my php script but can't seem to get it working correctly. It's basically a form that allows the user to search for people in an sql database.
Here is the part that seems to be going wrong:
PHP Code:
|
For some reason it won't even get passed that first if statement. I can't get it to echo search successful. Any help would be greatly appreciated.