PHP Navigation Issues

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bgareth
Forum Newbie
Posts: 2
Joined: Thu Oct 28, 2010 7:40 am
Location: Manchester

PHP Navigation Issues

Post by bgareth »

Hi there,

I am fairly new to programming and my friend designed me a menu system whereby I could specify the options within several drop down navigation menus from the same PHP file. I don't run this website anymore but I am working on a new project which will hopefully allow me to work with others who are disabled or out of work to launch a business, wherever they are in the country and by working at home - this is a community project. I am looking for help to convert the existing PHP file I have for the new website. A further example of what I want to achieve: I do not have any money and I am struggling with having my home taken away from me whilst I am unwell. This is my only chance to get help with this and help others.

Within 1 php file:

Drop down 1: if the user is on page name: "first page" then display:

Link a
Link b
Link c

within drop down menu 1

Drop down 2 (if the user is on page name: "first page" then display:

Link h
Link d
Link l

within drop down menu 2

Drop down 1 (if the user is on page name: "second page" then display:

Link: x
Link: s
Link: g
Link: a

within drop down menu 1 on second page etc.

This is a link to the php my friend wrote (he doesn't want to help any further):

http://pastebin.ca/2003746

This is a link to the current content page which will eventually need to be a php page:

http://bgareth.byethost8.com/asset/exis ... index.html

This is a link to the current CSS:

http://bgareth.byethost8.com/asset/admi ... screen.css

Many thanks,

Ben.
Post Reply