Drop down navigation menus using mysql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • beary
    New Member
    • Nov 2006
    • 170

    Drop down navigation menus using mysql

    Does anyone know whether it's possible to make a drop down navigation menu using php and mysql but no css?
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Yes. But what has that got to do with CSS? You don't need CSS to display a drop down list!

    Show us the code you have so far and we will try to help you out. (and show it within code tags).

    Ronald

    Comment

    • rpnew
      New Member
      • Aug 2007
      • 189

      #3
      Originally posted by beary
      Does anyone know whether it's possible to make a drop down navigation menu using php and mysql but no css?
      Hi,
      You can fetch data from MySql from php and construct the drop down.

      Regards,
      RP

      Comment

      • ronverdonk
        Recognized Expert Specialist
        • Jul 2006
        • 4259

        #4
        Originally posted by rpnew
        You can fetch data from MySql from php ....
        Not only PHP, you can use any server side language as long as it can access the MySQL server and its databases.

        Ronald

        Comment

        Working...