Karaethon Posted January 5, 2019 Share Posted January 5, 2019 I know what AJAX is (I think) and I know that A is asynchronous and J is JavaScript, but that's the extent of my knowledge. So now if I understand correctly AJAX is able to fetch data from the server to display on the page without flushing and reloading the page content, correct? How do I use it, I am writing a webgame page that is supposed to submit the user input to a webservice then recieve the response. I want to do this without updating the entire page every time, I only need to update the play area. Can this be done? Can you print me in the right direction? Quote Link to comment https://forums.phpfreaks.com/topic/308110-so-i-dont-know-squat-about-ajax/ Share on other sites More sharing options...
requinix Posted January 5, 2019 Share Posted January 5, 2019 Google is your friend, and AJAX will be easier to do if you work with a Javascript framework like jQuery. Quote Link to comment https://forums.phpfreaks.com/topic/308110-so-i-dont-know-squat-about-ajax/#findComment-1563313 Share on other sites More sharing options...
Karaethon Posted January 5, 2019 Author Share Posted January 5, 2019 (edited) Yeah I've been trying to learn via w3schools and big G but I've always had difficulty learning by studying, I have excelled at learning hands on and asking actual application type questions. School sucked because I needed real world examples of the work to learn from, the abstract fake scenario's that school used just gave me a headache. But I am making progress Edited January 5, 2019 by Karaethon Quote Link to comment https://forums.phpfreaks.com/topic/308110-so-i-dont-know-squat-about-ajax/#findComment-1563314 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.