Dynamic Dropdown help

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
nickyboje
Forum Newbie
Posts: 1
Joined: Wed Jun 16, 2010 6:19 am

Dynamic Dropdown help

Post by nickyboje »

Moved to new thread. Please don't tack on your question to a thread about a different question.
How to code a simple php dynamic dropdown form feild from mysql?
I been struggling with this all morning.
I am tiring to create a dynamic form field that uses data from a myself database but cannot seem to get it to work.
Anyone know how to code a simple php code for a single dropdown field form that pulls data from a table field on a mysql database.
internet-solution
Forum Contributor
Posts: 220
Joined: Thu May 27, 2010 6:27 am
Location: UK

Re: Dynamic Dropdown help

Post by internet-solution »

nickyboje wrote:How to code a simple php dynamic dropdown form feild from mysql?
I been struggling with this all morning.
I am tiring to create a dynamic form field that uses data from a myself database but cannot seem to get it to work.
Anyone know how to code a simple php code for a single dropdown field form that pulls data from a table field on a mysql database.
see here viewtopic.php?f=1&t=116860&hilit=+%3Coption#p609210
Post Reply