I don't really get what you're trying to do?
From what I can see, isn't essentially just you manually approving avatars? So you initially have the avatar approved='false' and you want it on submit to make approved='true'?
I don't get what you mean by 'multiple post thingies'
timtamboy63 Reviewed by timtamboy63 on . PHP Approval/Deny help Hey erybody! I'm making a CMS and right now I'm working on the avatars. When they upload their avatars, it automatically sets their approved status to false, because i want to be able to approve/deny them in the acp. This is what I have for the Approve/deny portion, since i already got the uploading script all taken care of. $picture = mysql_query("SELECT * FROM images WHERE approved='false'"); echo "<form action='approve.php?do=submit' method='post'>" while($result = Rating: 5