theniteowl
Programmer
Hi All,
I have a dynamic navigation menu that displays sub options based on which top level option is currently selected.
The menu options are stored in an array and included into the page.
I want to build a content management page so that specific people can visually manage the menu options from a web page and need to find the best way to restrict access to that page.
The site resides on a hosting companies server, the server is Apache and my access is limited only to what I can do directly in the site's folders. The hosting company will not take requests from me as the site is paid for by the local school board and hosts all of the town's school sites.
It is a nightmare trying to get the person who is the official contact to understand and place any requests so I am better off doing whatever I can at the folder level.
Is there a good way to handle this directly in PHP or should I be looking at an Apache solution with HTACCESS files or something similar? I am limited on experience with PHP and Apache both and so am unfamiliar with what is available in those environments.
At my age I still learn something new every day, but I forget two others.
I have a dynamic navigation menu that displays sub options based on which top level option is currently selected.
The menu options are stored in an array and included into the page.
I want to build a content management page so that specific people can visually manage the menu options from a web page and need to find the best way to restrict access to that page.
The site resides on a hosting companies server, the server is Apache and my access is limited only to what I can do directly in the site's folders. The hosting company will not take requests from me as the site is paid for by the local school board and hosts all of the town's school sites.
It is a nightmare trying to get the person who is the official contact to understand and place any requests so I am better off doing whatever I can at the folder level.
Is there a good way to handle this directly in PHP or should I be looking at an Apache solution with HTACCESS files or something similar? I am limited on experience with PHP and Apache both and so am unfamiliar with what is available in those environments.
At my age I still learn something new every day, but I forget two others.