Wed Oct 26, 2011 12:50 am
function update_ban_of_user($username,$banned)
{
$query="update user set banned='$banned' where username='$username'";
$result=mysql_query($query) ;
echo mysql_error();
return mysql_affected_rows();
}
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.