How can i configure to my query.
$query_event ="SELECT * FROM event_list WHERE even_title='$EventTitle' AND even_loc='$EventLocation' ";
now suppose there is form which requires either put title or put location in the form or u can put both and for blank too so what will be the query?
Please help
thanks
Create a starting query, then add on where clauses