Changing Several Records at once

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rfigley
Forum Commoner
Posts: 70
Joined: Sun Apr 21, 2002 7:10 pm

Changing Several Records at once

Post 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
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post 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
Post Reply