Hi Gabriel,
Please submit your suggestions as Documentation bug reports at
http://bugs.php.net/, so we can follow its progress.
Goba
Gabriel PREDA írta:
Something odd in manual that stroke me a long time ago !
__1.__
mysql_affected_rows does not work with SELECT
statements; only on statements w
Something odd in manual that stroke me a long time ago !
__1.__
mysql_affected_rows does not work with SELECT
statements; only on statements which modify records. To retrieve the number
of rows returned by a SELECT, use mysql_num_rows.
Why... this is not TRUE...
Called after a SELECT que