hello,
i'm beginner in all html, css and php and trying to design a site that uses all of them (mainly for learning purposes).
in the site, i have a horisontal menu (currently table but planning to convert to css) on the top of the page, and a vertical submenu that appears on the left side of the page.
the contents of the vertical submenu depend on the selection of the top (horisontal) menu.
assuming that i want to load the contents of the vertical menu from text files using php, how will i know which page i'm currently on so i can load the correct menu?
i have seen some php variables can reveal that info. i've also been thinking on using url php arguments for this purpose.
is there any known 'best' way of going about that? i'm sure it's been used in the past.
also, if you have any general suggestions on the design i described earlier please let me know.
also, can you suggest a good forum for CSS/HTML and general web development?
thank you in advance
regards,
vito