Topic: How to write a mysql_num_rows?
I need to know how to write this in the db class thingy X_X
$equipment = mysql_num_rows(mysql_query("select * from useritems where owner_id = '$tjeid' and location = '1'"));
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → How to write a mysql_num_rows?
I need to know how to write this in the db class thingy X_X
$equipment = mysql_num_rows(mysql_query("select * from useritems where owner_id = '$tjeid' and location = '1'"));
$equipment = $db->num_rows(mysql_query("select * from useritems where owner_id = '$tjeid' and location = '1'"));
Thank you
PunBB Forums → PunBB 1.2 troubleshooting → How to write a mysql_num_rows?
Powered by PunBB, supported by Informer Technologies, Inc.