Submit Your Article Forum Rules

Results 1 to 2 of 2

Thread: Dreamweaver MX Menu/List to populate form

  1. #1
    Junior Member
    Join Date
    Sep 2008
    Posts
    1

    Dreamweaver MX Menu/List to populate form

    I use Dreamweaver MX. In a form that gets its data from MySQL I would like to place a Menu/List showing data in a field to be searched in the database. I have the Menu with the search data. But, I do not know how to populate the form when an item in the Menu is clicked. This is what I need help with. In other words, how do I connect the data in the Menu so that the form is populated with the rest of the data for that record in the database?

    I can easily do this from a list of items on a separate page, but prefer to do it from a menu in the same form that is to display the entire record.

    Please ask if my explanation above is not understandable.

    Curt L. Gustafsson

  2. #2
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    8,007

    Re: Dreamweaver MX Menu/List to populate form

    1. You must use a programming language / script to pull the data from the database.
    2. Then echo that as (X)HTML to the browser.
    3. Example: PHP/MySQL driven menu
    4. Related link: http://www.nusphere.com/products/php_mysql.htm
    KW search for more information: PHP menu MySQL

Similar Threads

  1. Google SE Results menu in table form
    By dion2 in forum Google Discussion Forum
    Replies: 1
    Last Post: 12-08-2009, 11:17 PM
  2. Dreamweaver MX Menu/List to populate form
    By cgustaf in forum WebProWorld: Guidelines/Announcements/Suggestions
    Replies: 1
    Last Post: 09-02-2008, 09:44 AM
  3. PHP form and use of <select ...> menu option
    By aventvoy in forum Web Programming Discussion Forum
    Replies: 1
    Last Post: 03-05-2007, 05:01 AM
  4. Drop Down Menu Behind List Box
    By MarcieZoob in forum Graphics & Design Discussion Forum
    Replies: 13
    Last Post: 02-13-2006, 12:51 PM
  5. Bold text in a drop down menu for a form
    By Bohak in forum Web Programming Discussion Forum
    Replies: 6
    Last Post: 04-18-2005, 02:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •