Hey all, pretty new to PHP but I do not think this project would be terribly complicated..
What I want is to be able to create a product support page.
So user goes to company.com/support
-support page opens with dropdowns/menus that a database driven, so the user can find their product they are looking for.
-Then the "template" product specific page is loaded with information from the database that is specific to the product the user selected.
This is possible with PHP/MySQL?
Feel free to let me know of a better way to accomplish this if you have any ideas.
Thanks!