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."%';";