What is AJAX and PHP when it comes to retrieving data and what about jQuery? Argh?

AnonymousJohn

New member
MySQL is a storage database, PHP can interface with it very easily using Queries like "SELECT * FROM $table." CSS is a stylesheeting language. It allows a developer to easily ad certain properties to elements of his webpage, without hard coding them. (X)HTML is the standard for web development. All pages are interpreted in HTML. AJAX is for getting data and information, without having to reload the page or send the browser to a script. It stands for Asynchronous Javascript and XML.

You weren't very specific with the question.
 
Explain this : " MySQL (for the database), HTML/CSS for styling, PHP for retrieving the data and jQuery for the AJAX request."
 
MySQL is a storage database, PHP can interface with it very easily using Queries like "SELECT * FROM $table." CSS is a stylesheeting language. It allows a developer to easily ad certain properties to elements of his webpage, without hard coding them. (X)HTML is the standard for web development. All pages are interpreted in HTML. AJAX is for getting data and information, without having to reload the page or send the browser to a script. It stands for Asynchronous Javascript and XML.

You weren't very specific with the question.
 
Back
Top