why do i get an error when i run this code?
the error is belowPHP Code:$sql = "SELECT * FROM tbl_Quotes";
$rs = mysql_query($sql);
$numrows = mysql_num_rows($rs);
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource
thanks





Reply With Quote