Difference Between AJAX And PHP

 



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 :
  • User Frendly
  • It make web page faster.
  • Independent of server technology.
  • Increase the Performance of web page.
  • Support for Live data binding
  • Support for the Data View control
  • Support for Client-side template rendering
  • Rich and, responsive user interfaces
  • Reduced consumption of server resources
Features :
  • Simple
  • Faster
  • Interpreted
  • Open Source
  • Case Sensitive
  • Simplicity
  • Efficiency
  • Platform Independent
  • Security
  • Flexibility
  • Familiarity
  • Error Reporting
  • Loosely Typed Language
  • Real-Time Access Monitoring
Developed By : Jesse James Garrett Developed By :Jesse James Garrett
Client side Programming Langauge Server side Programming Langauge
  • Callbacks
  • Making Asynchronous Calls
  • User-Friendly
  • Increased Speed
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.

Post a Comment

0 Comments