Could you help translate these 2 lines from deprecated mySQL to the new mysqli, please? $searchq = $_POST['keyword']; /*$searchq = preg_replace("#[^0-9a-z]#i","",$searchq);*/ $query = mysqli_select_db("SELECT * FROM Chains WHERE […] See original post by invalid@example.com (qim)