Click to See Complete Forum and Search --> : simple table - removing/adding data


Baloo
05-23-2006, 08:23 PM
Hello,

I would be so happy if someone would make a simple code for me and explain how to setup what i would like done...

what i am looking to make is, a very simple table - just one vertical column - a list of names - with 2 boxes at the bottom, one for adding names, and the other for removing names. I dont care about formatting. I just want it to do this very simple function.

Thank you

NogDog
05-23-2006, 10:42 PM
Simple, eh?

- Where/how will these names be stored (database, text file, other)?
- Is anyone allowed to add/delete names, or do you need some sort of login controlled access to the page and script?
- Are duplicate names allowed?
- Do you need a checkbox by each name to indicate which one(s) to delete, or a separate delete button next to each name?
- etc., etc., and so forth.

In other words, it's probably not as simple as you think. Also, in as much as many of us try to make a living creating software for people, there's not a whole lot of incentive to spend possibly several hours building this for you. If you want to try to do it yourself, well, there are many good tutorials at www.zend.com.