Books about AJAX | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Books about AJAX

Hello, guys! I am searching for great books about the work of ajax via php, can anyone give some recommendations?😉

23rd Dec 2017, 8:33 PM
Botol
Botol - avatar
4 Answers
+ 9
this is here ↓↓↓ :) https://www.quora.com/Whats-the-best-book-to-learn-AJAX @Sololearn
23rd Dec 2017, 8:52 PM
James16
James16 - avatar
+ 5
@James16 thanx for help!☺
23rd Dec 2017, 9:03 PM
Botol
Botol - avatar
+ 5
@Lil i do like to read books about programming, there u can find more details about necessary topic)😉
3rd Jan 2018, 3:50 PM
Botol
Botol - avatar
+ 2
You don't need a whole book Here is a basic introduction: AJAX, Asynchronous Javascript and XML, is a technique of web requests in the background that load extra information and show it in HTML AJAX requests must refer to the domain the website is in. Your PHP should generally take a variable, json_encode it, and put that in a directory. Then use a simple XMLHTTPRequest https://www.w3schools.com/xml/ajax_intro.asp
3rd Jan 2018, 3:39 PM
Lil Taco
Lil Taco - avatar