View Full Version: search results

MPAM Rebooted Forums > Software support (freewares, PHP...) > search results


Title: search results


257335 - January 2, 2007 10:29 PM (GMT)
i have a form thats send varibles to a php file.
i need to know how if in the form nothing is entered in one of the fields for it to bypass that field and continue the search

patheticcockroach - January 3, 2007 06:43 PM (GMT)
Use a query like
CODE
$query="SELECT * FROM files WHERE name LIKE '%".$what_the_user_entered_in_the_field."%';";




Hosted for free by InvisionFree