Single Page Navigation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
DarkCancerian
Forum Newbie
Posts: 1
Joined: Sun Nov 17, 2002 10:32 pm

Single Page Navigation

Post by DarkCancerian »

I can make single page navigation with something like index.php?content=home but when I do that the page reloads to load new content. I've heard that you can have a web site that loads a page, then only takes out certain content (e.g. leaves the navigation, header, footer, etc.) and loads content in it's place without refreshing the page. Have I heard wrong or is this possible? If so, how can I accomplish this?
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

That's a setting in the browser, look into

tools>internet options>settings>
Post Reply