how do i create a dropdown menu?

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

Locked
helloise
Forum Commoner
Posts: 31
Joined: Tue Sep 21, 2010 4:20 am

how do i create a dropdown menu?

Post by helloise »

how do i this? i have no idea....i need to incorporate it on an html form
pleas help?

i will get the data from this line and must be able to select one from the dropdown and get the id/name from the one selected

$supplier_names = LpmAdnetworkPeer::getByName($catcher_id);

thank you
Phoenixheart
Forum Contributor
Posts: 123
Joined: Tue Nov 16, 2004 7:46 am
Contact:

Re: how do i create a dropdown menu?

Post by Phoenixheart »

I believe this is more about HTML, CSS and maybe Javascript than PHP...
Locked