|
OK, I want to make 1 page with no content in it. I have a navigation menu, and whatever the person clicks on the nav menu it populates the page with that content from a database.
Like this; Here's a storyboard:
1. The person comes to my site. The usual Welcome to my site thing is there, whatever. The site's theme is, say, How-Tos.
2. The person goes over to the nav menu and clicks "How to do this..." and it leads them to a blank page (the HTML) and the PHP populates the page with the How to do this... information.
3. Now the person clicks something else, a different how to. The same page re-populates itself and changes it's content to fit that how to.
This way, the site would load very fast, it would be very small in filesize (3 files, welcome page, blank page with PHP stuff, database with how-to information) and just be a new navigation strategy.
Is this possible? Thanks! Any help will be appreciated.
-PG
|