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)? Quote 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"> Quote Link to comment https://forums.phpfreaks.com/topic/183806-update-certain-text-only/#findComment-970439 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.