jck Posted September 26, 2007 Share Posted September 26, 2007 for my jokes site when i click next button i want to make only the text of the joke reload rather than the whole page like header and footer how do i do it Link to comment https://forums.phpfreaks.com/topic/70695-question/ Share on other sites More sharing options...
cooldude832 Posted September 26, 2007 Share Posted September 26, 2007 asychronical javascript and xml (ajax) (I know i can't spell.) Link to comment https://forums.phpfreaks.com/topic/70695-question/#findComment-355365 Share on other sites More sharing options...
sneamia Posted September 26, 2007 Share Posted September 26, 2007 This sounds like the work of AJAX. Basically, when you click the next button, you want javascript to create an external javascript include in the body of the page. This reference includes a .php file, to which you can pass various parameters through get variables. This .php file gets something from your database, and then outputs javascript that can remove the text of the previous joke and add the text of the next joke. If you want more specifics, just ask me. Link to comment https://forums.phpfreaks.com/topic/70695-question/#findComment-355366 Share on other sites More sharing options...
youscript Posted September 26, 2007 Share Posted September 26, 2007 Try xajax is easy use. Link to comment https://forums.phpfreaks.com/topic/70695-question/#findComment-355522 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.