monkeybidz Posted November 10, 2007 Share Posted November 10, 2007 I was wondering if it is possible to refresh a variable without refreshing the entire page or just refresh php and not html. My page uses index.php and a html template for index display. My page displays a variable that is called through php and displayed in html. I tried http-equiv="refresh' deal, but only refreshes both. Link to comment https://forums.phpfreaks.com/topic/76713-refreshing-a-variable/ Share on other sites More sharing options...
PHP_PhREEEk Posted November 10, 2007 Share Posted November 10, 2007 That's exactly what AJAX accomplishes. It stays 'in touch' with the server as necessary and only updates what it needs to, instead of a whole script or page. I believe there's an AJAX board here? Drop a question over there... they might be able to give you a hand. PhREEEk Link to comment https://forums.phpfreaks.com/topic/76713-refreshing-a-variable/#findComment-388380 Share on other sites More sharing options...
monkeybidz Posted November 10, 2007 Author Share Posted November 10, 2007 Thanks. I will check it out. Link to comment https://forums.phpfreaks.com/topic/76713-refreshing-a-variable/#findComment-388382 Share on other sites More sharing options...
monkeybidz Posted November 10, 2007 Author Share Posted November 10, 2007 No help there! At least not what I am looking for. Link to comment https://forums.phpfreaks.com/topic/76713-refreshing-a-variable/#findComment-388391 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.