scottsdaledirectory
New Member
- Joined
- Jan 11, 2010
- Messages
- 1
Hello fellow nerds, I am looking for your abundant wisdom.
So I'm making a website with multiple categories the each have their own page. I'd like to create a drop down menu for all the category pages. I DO NOT want to copy/paste each and every name and link into dreamweaver. I WOULD LOVE if there was a way to link an excel file to the menu for all the links.
Basically:
column 1 would be the category names.
column 2 would be the internal links.
so the programing would pull the excel file data and display the list of column 1. when they clicked a category from the menu, it would retrieve the link associated with that category and went to the associated page linked.
category1 | /category1.php
category2 | /category2.php
category3 | /category3.php
as you have probably guessed I am using .php for the page code.
Thank you!
So I'm making a website with multiple categories the each have their own page. I'd like to create a drop down menu for all the category pages. I DO NOT want to copy/paste each and every name and link into dreamweaver. I WOULD LOVE if there was a way to link an excel file to the menu for all the links.
Basically:
column 1 would be the category names.
column 2 would be the internal links.
so the programing would pull the excel file data and display the list of column 1. when they clicked a category from the menu, it would retrieve the link associated with that category and went to the associated page linked.
category1 | /category1.php
category2 | /category2.php
category3 | /category3.php
as you have probably guessed I am using .php for the page code.
Thank you!