"long huynh" <[EMAIL PROTECTED]> wrote:
> I think the function should be mysql_num_rows.  There's an mSQL function
> msql_numrows, but for MySQL it needs the second underscore in between
'num'
> and 'rows'.
>
> > $num = mysql_numrows($result);

Either will work.  mysql_numrows() is the old name of the function from
previous PHP versions.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to