This question already has an answer here:
I keep on getting the error above when I run this code, please help debug
0 && $search !="") { while($row=mysqli_fetch_assoc($searchbox)) { $id=$row['id']; $email=$row['email']; $password=$row['password']; $name=$row['name']; echo "$name
"; } } else{ echo"no result found"; } }else{ echo "Please type any word...."; }
?>
</body>
</html>
Aucun commentaire:
Enregistrer un commentaire