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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
monkeybidz Posted November 10, 2007 Author Share Posted November 10, 2007 Thanks. I will check it out. Quote Link to comment 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. Quote Link to comment 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.