how do i make Avatars in status system i try to make avatars in status
like avatars commands /mario in the picture stay there as they chat
this what i did
$email =$_POST['email'];
$name =$_POST['name'];
$Comment =$_POST['comment'];$avatar=$_POST['comment'];if($avatar =='/avatarlist')
{echo "And avatar";};
here where it echo it out
<? php
if($time =='/mario')
{echo"<img alt="mario" src="" width="50" height="">";};
echo $row['name'];
?>
but it show the avatars but when i put in a text it send it the avatars gone how do i make the avatar stay for other users to see