i got this code so far who can help me to complete it for the private profile for a user and make a code who can send u pm
and create drop menu or something like that, who writes in base number... 1= allowed 0 disabled..
Code:
$query=mysql_fetch_array( mysql_query("SELECT allowed FROM users WHERE id='".$who."'")); if($query=1) { codings here }else{ disabled }
Comment