Page 1 of 1

mysql_num_rows

Posted: Fri Jun 15, 2007 3:16 pm
by guitarlvr
I am trying to get the number of rows returned from an insert query. i know mysql_num_rows works for select statements is there a similar function for update?

Thanks,

Wayne

Posted: Fri Jun 15, 2007 3:19 pm
by guitarlvr
I'm sorry. I'm going to try mysql_afftected_rows. That should do it.

Thanks

Posted: Fri Jun 15, 2007 3:19 pm
by John Cartwright