frienZ, i saw some site have enter left show page.it means when some 1 enters n rum, it sayz username enters at time.same in lefting d rum.
can ny 1 help me out to code this out?
can ny 1 help me out to code this out?
$r = mysql_query("SELECT COUNT(id) from chat WHERE sent > ".(time()-60)." AND txt = 'user enters room');
$c = mysql_result($r,0);
if($c == 0)
//=== add the enter announce query here
Comment