Web Hosting Talk







View Full Version : PHP Navigation: easiest way to make one


adoptME
04-22-2003, 05:00 PM
Hello all that is wise:
please let me know if there is any way to make a navigation using PHP to make something like this site:
http://www.yxscripts.com/menuG3.1/tool/menu.html

Where, without administrator altering the code, allows the users to add and delete files from the navigation. IE: input something on the navigation without admin hard coding. Basically, creating a menu editor...

I was able to make an intranet site through ASP building and heard that PHP is the way to go...any suggestions?

Thanks a bunch. Please email me back. :D

Rich2k
04-22-2003, 06:11 PM
Depends on your point of view or knowledge set.

If at heart you're a VB programmer then VB.net would be much easier than PHP because the way they are structured is different.

If you're a C++ programmer then you'll probably find C# easier than PHP but PHP is structured in a similar way (syntax rather than functionality) to C++ so it's debateable.

Remember .net is a framework for web services... not a language. The languages are built using the .net framework... so you can have lots of languages like VB.net, C# or J# all using .net

John[H4Y]
04-22-2003, 09:47 PM
Yes, PHP would be well suited for such an application.