Right now i have it so people can submit news from a form and that info gets put into a mysql db.
Now I have an admin page with a while statment that outputs the info from the db with submit buttons beside each item.
The problem is, all the submit buttons have the same value. "submit". So when the admin tries to pick a news item it only selects that last item.
is there any way around this? Will an array help? Or am I going about this the wrong way?