Hi,
Rebuilding an admin tool to manage news articles on a site, originally in asp, rebuilding in PHP.
Problem = I have a delete records page, with the news articles appearing in a list so that the user can select which one to delete.
Client wants this built in a form, with a checkbox next to each record. How can I program the form to process the delete.php page according to which checkbox (and user record) is selected?
:-[