ecopetition Posted February 7, 2012 Share Posted February 7, 2012 Hi, I'm relatively new to ajax so am wondering if someone can point me in the direction of a tutorial for what I want to do: I have a page index.php, which calls a function that determines parameters for the display on the body of the page. These parameters change every couple of minutes, so a new page body is generated regularly. Is it possible for a user to be viewing the page in the browser and have the browser constantly checking if a new body has yet been generated, and is this a PHP-intensive process, when hundreds of users could be doing the same thing at once? Many thanks Quote Link to comment https://forums.phpfreaks.com/topic/256624-newbie-ajax-question/ Share on other sites More sharing options...
sunfighter Posted February 8, 2012 Share Posted February 8, 2012 youtube is loaded with tutorials. Or read something like this http://www.openjs.com/articles/ajax_xmlhttp_using_post.php got this from a google search. Just don't get confused between javascript and jquery! If you know javascript or want to learn it use javascript leave jquery alone. Quote Link to comment https://forums.phpfreaks.com/topic/256624-newbie-ajax-question/#findComment-1315854 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.