woodplease Posted September 9, 2010 Share Posted September 9, 2010 i'm trying to create a page whereby a user clicks a link from a menu on the side, and the main content of the page changes to content relating to the link, without leaving that page. i know you can do this using html frames, but as frames are rarely used anymore, i wanted to use php instead. Does anyone know how i could approach this? Thanks Link to comment https://forums.phpfreaks.com/topic/212995-html-frame-idea-but-in-php/ Share on other sites More sharing options...
fortnox007 Posted September 9, 2010 Share Posted September 9, 2010 without refreshing the page you need AJAX. Besides php. This is an image I made a while ago to show what ajax is, in a more visual way. If you have questions let me know Link to comment https://forums.phpfreaks.com/topic/212995-html-frame-idea-but-in-php/#findComment-1109308 Share on other sites More sharing options...
litebearer Posted September 9, 2010 Share Posted September 9, 2010 Agreed - ajax. here is freebie, easy to use http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm Link to comment https://forums.phpfreaks.com/topic/212995-html-frame-idea-but-in-php/#findComment-1109315 Share on other sites More sharing options...
fortnox007 Posted September 9, 2010 Share Posted September 9, 2010 Agreed - ajax. here is freebie, easy to use http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm ouch that aston martin on page 3 is awesome Link to comment https://forums.phpfreaks.com/topic/212995-html-frame-idea-but-in-php/#findComment-1109316 Share on other sites More sharing options...
woodplease Posted September 9, 2010 Author Share Posted September 9, 2010 thanks, came in really useful Link to comment https://forums.phpfreaks.com/topic/212995-html-frame-idea-but-in-php/#findComment-1109338 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.