Difference Between AJAX And PHP in Tabular Form.

S.NoBasic TermsAJAXPHP
1.Full FormAsynchronous JavaScript and XMLHypertext Preprocessor
2.Logo

AJAX Logo
AJAX Logo

PHP Logo
PHP Logo
3.Type of formatClient-side programmingServer Side Programming Language
4.Working
  • 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.
5.Developed byJesse James GarrettRasmus Lerdorf
6.First AppearedPublicly used on 18 February 2005 1995
7.MeaningAjax, 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 CodeAJAX enables web pages to send data to and receive data from a server
without changing or rendering the web page itself.
  1. Building Websites
  2. Server-side scripting.
  3. Command line scripting.
  4. Writing desktop applications.
  5. interacting with web server (Apache etc)
  6. interacting with any back-end / database server e.g. MySQL
9.Features
  1. User Frendly
  2. It make web page faster.
  3. Independent of server technology.
  4. Increase the Performance of web page.
  5. Support for Live data binding
  6. Support for the Data View control
  7. Support for Client-side template rendering
  8. Rich and, responsive user interfaces
  9. Reduced consumption of server resources
  1. Simple
  2. Faster
  3. Interpreted
  4. Open Source
  5. Case Sensitive
  6. Simplicity
  7. Efficiency
  8. Platform Independent
  9. Security
  10. Flexibility
  11. Familiarity
  12. Error Reporting
  13. Loosely Typed Language
  14. Real-Time Access Monitoring
10.Filename ExtensionsNot Specified in Most of Times..php
(Visited 1,924 times, 1 visits today)
Share with Friends :
Written by:

Leave a Reply

Your email address will not be published. Required fields are marked *