+ 7
Books about AJAX
Hello, guys! I am searching for great books about the work of ajax via php, can anyone give some recommendations?đ
4 RĂ©ponses
+ 9
this is here âââ :)
https://www.quora.com/Whats-the-best-book-to-learn-AJAX
@Sololearn
+ 5
@James16 thanx for help!âș
+ 5
@Lil i do like to read books about programming, there u can find more details about necessary topic)đ
+ 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