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!
Basically my subject askes the question...the problem isn't with how to do have content from a DB into a drop down menu, but it's when the content from the DB has quotes, that's when it value doesn't show everything.
It is hard to tell from your code because it does not show where $value is assigned. I would think you would use addslashes() to put it between quotes.