if (mysql_num_rows($result)==0) { PERFORM ACTION }
Gebruik voor PHP 5 en 7 en hoger mysqli:
if (mysqli_num_rows($result)==0) { PERFORM ACTION }
if (mysql_num_rows($result)==0) { PERFORM ACTION }
Gebruik voor PHP 5 en 7 en hoger mysqli:
if (mysqli_num_rows($result)==0) { PERFORM ACTION }