View Single Post
ישן 18-04-07, 23:39   # 3
Gold-System
Permanently Banned
 
מיני פרופיל
תאריך הצטרפות: Mar 2007
הודעות: 401

Gold-System לא מחובר  

כך -
PHP קוד:
$select_comments mysql_query("SELECT * FROM `links` ORDER By `id` DESC  
 LIMIT $start,$end"
);
if(@
mysql_num_rows($select_comments) == 0){ 
?
  Reply With Quote