Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Script Needed For DYNAMIC Horizontal Menu
Old 06-20-2005, 05:03 PM Script Needed For DYNAMIC Horizontal Menu
Brian07002's Avatar
Defies a Status

Posts: 2,162
Name: ...
Location: ...
Trades: 0
Hi all,

Before I get to my point, I have already searched the popular script sites for something and couldn't find anything...I am here to ask any of you if you have found something in your ventures...

A server side script (php or cgi, no ASP) that can do the following:

1. Create a horizontal menu that can be use to go into the header of your site, but also has an admin section to do the updates.

For example:

On my site:
Code:
http://www.brothersvarietystore.com
right under the search header box, I have a navbar that contains some static links. I want to change that navbar into a dynamic link bar, that can be customized from an admin page off my site so that I can update the pages, and links from there. Meaning, I want to change that content DYNAMICALLY. Anyone have some ideas for that? Note: I don't care if the navbar use just plain links, as long as the content can be updated frequently.

Thank you!
-Brian
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-20-2005, 05:26 PM
Novice Talker

Posts: 9
Location: Moscow, Russia
Trades: 0
It'a a very easy-to-write script, but i don't know where to find the made one.

If u want i'll explain some script elements...
create an array with 'first_link_name' => 'first_link', than parse this array

$menu=array('first_link_name' => 'first_link', 'sec_link_name' => 'sec_link');
while(list($k,$v)=each($menu)) {
echo '<a href="' . $v . '">' . $k . '</a>';
}
PiterZ is offline
Reply With Quote
View Public Profile Visit PiterZ's homepage!
 
Old 06-20-2005, 05:35 PM
Gaffer Sports's Avatar
Ultra Talker

Posts: 397
Name: Steve
Location: Scotland
Trades: 1
I can help you create an admin interface and the menu, which will do the full job for you.

However, I do not work for free, so if interested please let me know.

Steve.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
Gaffer Sports is offline
Reply With Quote
View Public Profile Visit Gaffer Sports's homepage!
 
Reply     « Reply to Script Needed For DYNAMIC Horizontal Menu
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.45642 seconds with 12 queries