View Single Post
ישן 01-10-08, 14:33   # 12
בניה
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: נחושה
הודעות: 3,434

בניה לא מחובר  

אז תעשה כזה דבר:
PHP קוד:
$res mysql_query("SELECT COUNT(`id`) FROM `accounts`");
$num_rows mysql_result($res0);
mysql_free_result($res);

$res mysql_query("SELECT COUNT(`id`) FROM `characters`");
$num_rowsc mysql_result($res0);
mysql_free_result($res); 
  Reply With Quote