Hi, we have just moved our website to a new server, and since moving the site our searches no longer return any results the select looks like this $search = "SELECT * FROM kidz WHERE category LIKE '%$category%' AND licence_details LIKE '%$licence_details%' nothing has been changed to the websites code ... so i guess it is not working because of a newer version of MySQL / PHP - but how can i get things working again ?
hi ! its ok i have sorted it, and working now i simply had to declare the variables $category = $_POST['category']; $licence_details = $_POST['licence_details']; etc