Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is Ajax a faster program code than PHP?”

0
Posted

Is Ajax a faster program code than PHP?”

0

AJAX and PHP are not the same at all and really can’t be compared. PHP is a server-side scripting language, meaning that it is a script that is executed on the server computer before the information is sent to your web browser. For instance when you fill out a form on a web site, that information is sent to the server. If it sends it to a PHP script then that script is executed on the server and something is done with that form data, such as adding it to a database, emailing it to someone, etc. AJAX is a term that is used broadly to refer to the combination of Javascript and XML. Javascript is a scripting language that is executed in your browser. For instance when you click to add a picture or a link in an answer on Askville, the little window that pops up that greys out the rest of the page is partly Javascript. AJAX also allows only a small portion of a page to be updated without reloading the entire page. An example of this is when you click to rate an answer, and the little rating

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123