Jump to content

[SOLVED] Drop Down Menu


june_c21

Recommended Posts

<form id="form1" name="form1" method="post" action="">

  Drop Down

    <select name="select">

      <option value="A">A</option>

      <option value="B">B</option>

      <option value="C">C</option>

    </select>

</form>

 

 

when user click on A, it will go to A database. how to write the php code?

Link to comment
https://forums.phpfreaks.com/topic/82131-solved-drop-down-menu/#findComment-417378
Share on other sites

n~ link=topic=172538.msg765042#msg765042 date=1197950832]

See here Dynamic DropDown PHP/AJAX by MadTechie

http://www.phpfreaks.com/forums/index.php/topic,155984.0.html

 

i don't really understand.  i am kind of new and still learning on this. may be you can explain more to me.

Link to comment
https://forums.phpfreaks.com/topic/82131-solved-drop-down-menu/#findComment-417382
Share on other sites

Suckerfish makes an AWESOME drop down menu: http://www.htmldog.com/articles/suckerfish/dropdowns/

 

I have been working with these for the last couple days and still couldn't quite tell you how they work, but they are GREAT. Most drop down menus take a ton of code and suck, these take almost no code - there all CSS powered and they work great after some screwing around.

Link to comment
https://forums.phpfreaks.com/topic/82131-solved-drop-down-menu/#findComment-417387
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.