alright got the second part working so I could test the 1st part but it didnt delete for me
[code=php]$sql="delete from friend_group_bulletin where auto_id='$bulletinid' and user_id IN ('$info[auto_id]', '1')";
[/code]
So I guess I dont need the , '1' part but need it to be like and user_id IN ('$info[auto_id]' OR $info['auto_id']==1