Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'Sql120640'@'31.11.35.144' (using password: YES) in D:\inetpub\webs\poochiepoohit\utility\mysql_num_rows\p.php on line 3

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in D:\inetpub\webs\poochiepoohit\utility\mysql_num_rows\p.php on line 4

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in D:\inetpub\webs\poochiepoohit\utility\mysql_num_rows\p.php on line 6

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\inetpub\webs\poochiepoohit\utility\mysql_num_rows\p.php on line 7
Rows

Per contare le righe di una tabella di Database


mysql_select_db("Sql120640_5", $link);
$result = mysql_query("SELECT * FROM lists", $link);
$num_rows = mysql_num_rows($result);
echo "$num_rows Rows\n";