Hey guys im having lil prob with a code that i have everything are well in the code i have after updating the image and message it must show on main page like the following but it dont show anything
[rep icon] - Username (msg)
i dnt know where i done wrong here are my useage code
[rep icon] - Username (msg)
i dnt know where i done wrong here are my useage code
Code:
$daytm = 7*60; $reptime = time() - $daytm; $rminfo = mysql_fetch_array (mysql_query("SELECT id, name, ficon, fmsg FROM ibwf_users WHERE reputation>='50' AND ficon!='' AND fmsg!='' AND lastact>'".$reptime."' ORDER BY RAND() LIMIT 1")); //if(isbanned($rminfo[0]) $rminfo[0] = 0; if($rminfo[0]>0) { mysql_query("UPDATE ibwf_users SET ruse=ruse+1 WHERE id='".$rminfo[0 ]."' LIMIT 1"); echo " <img src=\"$rminfo[2]\" height=\"40\" width=\"45\" alt=\"R.\"/><br/> <a href=\"index.php?action=viewuser&sid=$sid&who=$rminfo[0]\"> $rminfo[1]</a> (".htmlspecialchars($rminfo[3]).")<br/>"; }
Comment