the code work without problems in version 3 , and this error show white mysqli not mysql , so I expect that version 3 developed with mysqli , mysql_num_rows(); need $link parameter puls $result parameter , so i don't know how i can count the count of rows without the second parameter
--------------- Added [DATE]1401234837[/DATE] at [TIME]1401234837[/TIME] ---------------
i will tray $result = mysql_query("SELECT COUNT(*)
i hope it work
|