View Full Version : mysql_num_rows()
argh...
this is supose to work...
but...
Fatal error: Call to undefined function: _mysql_num_rows() in
i am gettin this...
help!!!!!!!!!!!!
Hi Xavior,
From the error posted by you, I will assume you are using php.
Check your script whether did you have any typo such as _mysql_num_rows() and replace with mysql_num_rows(). This is what I can guess about by reading your partial error message.
Hope this helps :)
Kindest regards,
Choon
yes it's php, sorry for not making that clear :D
nbm.. i kinda solved this error..
but still i dont know why it gave me that error...
it's not an typo mistake.
in my coding, viewed with my notepad
it is mysql_num_rows(blah blah blah);
but when i tried to output, it gave me that error..
and i just copied and pasted it..
It helps if you can post your code here.. ?
mysql_num_rows(result_Id)
or mysql_numrows(result_Id), but is deprecated
Are you using mysql_unbuffered_query to send SQL query?
alien:
nope, i usd mysql_query
i didnt try using mysql_numrows(result_id) thou...
anyways.. the script is working fine now, without any editing...
not sure why.. maybe is my caching? *shrugs*
vBulletin® v3.5.6, Copyright ©2000-2010, Jelsoft Enterprises Ltd.