Thread: Shout Limit
View Single Post
  #2  
Old 8th September 2013, 15:04
NickOleg NickOleg is offline
Member
 
Join Date: Jul 2013
Brazil
Posts: 4
Default
In ajaxchat/getchatdata.php string:
PHP Code:
$sql =  "SELECT * FROM {$TABLE_PREFIX}chat WHERE id > ".$lastID." ORDER BY id DESC LIMIT 10"
The number 10 replace 30,50,60...
Reply With Quote
The Following User Says Thank You to NickOleg For This Useful Post:
sumonst21 (8th October 2013)