Say I have an index.php that loads a page.php into the div of class 'wrapper'.
page.php in turn has its own links and I want it so that when you click on one of these links it loads the respective page into the SAME 'wrapper' div.
Similarly that loaded page might have its own links and I want to continue loading content into the same div. How might I achieve this chain effect of pages?
page.phpin an<iframe>