Difference Between AJAX And PHP in Tabular Form.
| S.No | Basic Terms | AJAX | PHP |
| 1. | Full Form | Asynchronous JavaScript and XML | Hypertext Preprocessor |
| 2. | Logo | ||
| 3. | Type of format | Client-side programming | Server Side Programming Language |
| 4. | Working |
| Php is the structure of Web pages which is executed on web server and form markup building blocks of HTML pages send to the client web Browsers. |
| 5. | Developed by | Jesse James Garrett | Rasmus Lerdorf |
| 6. | First Appeared | Publicly used on 18 February 2005 | 1995 |
| 7. | Meaning | Ajax, Web applications can send and retrieve data from a server asynchronously (in the background) without interfering with the display and behavior of the existing page. | PHP runs on server and the major functionality of PHP is to produce the HTML code which will be read by browser. |
| 8. | Uses of Code | AJAX enables web pages to send data to and receive data from a server without changing or rendering the web page itself. |
|
| 9. | Features |
|
|
| 10. | Filename Extensions | Not Specified in Most of Times. | .php |
(Visited 2,134 times, 1 visits today)
Written by:

