smerny Posted December 3, 2009 Share Posted December 3, 2009 I have a webpage that has data (from a database) that is being updated fairly consistently. I would like this information to be updated on the page automatically... maybe every 30 seconds... but I don't want to refresh the entire page. How can I do this? Possibly AJAX (which I know very little about)? Link to comment https://forums.phpfreaks.com/topic/183806-update-certain-text-only/ Share on other sites More sharing options...
Jakehh Posted December 3, 2009 Share Posted December 3, 2009 in the index, put: <iframe src="page.html" height="100%" scrolling=no ></iframe> then in the text page, insert. <META HTTP-EQUIV="Refresh" CONTENT="30;URL=page.html"> Link to comment https://forums.phpfreaks.com/topic/183806-update-certain-text-only/#findComment-970439 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.