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!
Is there anyway to create a list/menu that would allow users to add values?
I have created an online "add record" form that enters information directly into a database. In some fields as the user adds values I would like these values to appear as a list or menu for future users.
What exactly are you looking for here? Something like a combo-box (a user can either select an item from the list or enter a new one), a combination text field & select box, etc?