Page 1 of 1

Changing Several Records at once

Posted: Thu Feb 27, 2003 10:40 am
by rfigley
Hello,

I have a site that reads members from a given chapter to diplay them. Looks something like this (in a table) for each chapter:




Bethaney Scalf Skin Care 954-600-6073
Eric Rosenberg Attorney/Title Insurance 954-364-6250
Herb Schultz Insurance 954-370-1500
Lisa Carroll Banker 954-432-6900
Theresa Blauch-Mitchell Caterer/Gift Baskets 954-432-4858
Carol Lagois Mortgage Broker 954-645-6811
Charles Livingston Promotional Products 305-829-1508
Paul Clemenza Jeweler 954-431-8025





I have an admin panel for deleting and updating members it works from a series of pull down menus to select the given chapter to add, update or delete a member, the of course allows them to select a member to update or delete info on. I'd like to use this display for teh admin and include check boxes for any that need deleted. Also update buttons to the side of each to take them toa page for that. The update buttons I think I can handle, but not sure how to PHP code to delete the checked members. I guess what it comes down to is a batch delete command?

Thanks for any help

Posted: Thu Feb 27, 2003 1:36 pm
by JPlush76
you're going to need to get caught up on multidimensional arrays for that task.

Its easy once you get some under your belt.

Do a search for it and you should find good code resources