PHP Ajax Tutorial with Example

AJAX Ajax is web development technique which help to create highly Responsing, near desktop software like user experience web applications. HTML,CSS for representation JSON/XML/Text for sorting Data, XMLHttpRequest object for action in the background and JavaScript put all this together.Ajax is used in web page to be updated asynchronously by exchanging data with a web sever behind the scene. This makes possible to updated part of a web page without reloading the whole page. Ajax is mechanism for making partial

Read more