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!
I've looked through the php normal forum for an answer for several hours, but still no luck.
I have a simple form that the user adds their website and title, but I am trying to add a drop menu of categories for them to choose from.
The problem I 'm having is that the website and title are going into the db, but I cannot for the life of me, get info from the drop menu to go into the db too.
value = cdata [CS]
This attribute specifies the initial value of the control. If this attribute is not set, the initial value is set to the contents of the OPTION element.
But please, could you close the tags you've opened?
I appreciate everyones feedback. I discovered what I was doing wrong and won't ever forget it again!
Simply put, after hours and hours of sitting in front of my pc, I realized that I never put the name of the drop box into my sql query to insert as I did with everything else in the form, so that's why it wasn't posting.. Chalk it up to too many hours