Most voted "mysql-num-rows" questions
2 questions
Sort by count of
-
0
votes1
answer44
viewsReturn row count of a query
I’m trying to validate a login using line count of a query, but I’m not getting it: My connection is like this: include("defines.php"); try { $PDO = new PDO('mysql:host=' . HOST . ';dbname=' . DB,…
-
-1
votes1
answer1279
viewsUsing mysql_num_rows with PDO
I changed the method of connecting my page to my database via PDO. I used until then a pagination code only that is now returning the error: Warning: mysql_num_rows() expects Parameter 1 to be…