AJAX | PHP |
---|---|
Full Form : Asynchronous JavaScript and XML | Full Form : Hypertext Preprocessor |
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. |
Features :
|
Features :
|
Developed By : Jesse James Garrett | Developed By :Jesse James Garrett |
Client side Programming Langauge | Server side Programming Langauge |
|
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. |
0 Comments