To repair this, that's the problem in which not let me see the avatars.
This function here is where you direct the avatar image but not addressed?.
PHP Code:$query = mssql_query("SELECT * FROM Account WHERE AID='".$_SESSION['AID']."'");
$avatar = mssql_fetch_object($query);
PHP Code:<img src="<?=($avatar->AvatarUrl == '') ? 'images/avatars/no-avatar.png' : $avatar->AvatarUrl?>" width="92" height="92" BORDER=3 > </p>


Reply With Quote

