forumnz Posted December 30, 2006 Share Posted December 30, 2006 mysql_num_rows() - does this code make sense? Link to comment https://forums.phpfreaks.com/topic/32307-mysql_num_rows-is-this-right/ Share on other sites More sharing options...
michaellunsford Posted December 30, 2006 Share Posted December 30, 2006 is it spelled right? Sure:http://us2.php.net/mysql_num_rows Link to comment https://forums.phpfreaks.com/topic/32307-mysql_num_rows-is-this-right/#findComment-149965 Share on other sites More sharing options...
dbo Posted December 30, 2006 Share Posted December 30, 2006 $result = mysql_query($query);$rows = mysql_num_rows($result); Link to comment https://forums.phpfreaks.com/topic/32307-mysql_num_rows-is-this-right/#findComment-149967 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.