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);


-- 
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