Ajax PHP tutorial – Sending data to PHP with Ajax
In this article I will try to summarize the basics of Ajax and PHP communication. At the and you can find a full working Ajax – PHP example. Before the explanation of the doWork() function we first need to learn a more important thing. To make a communication between the client and the server the [...]

