<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8651817837260661297</id><updated>2011-11-27T16:37:56.088-08:00</updated><category term='AJAX'/><category term='Asynchoronous javascript and xml'/><title type='text'>Ajax with php and mysql</title><subtitle type='html'>With AJAX, your JavaScript can communicate directly with the server, using the JavaScript XMLHttpRequest object. With this object, your JavaScript can trade data with a web server, without reloading the page.

AJAX uses asynchronous data transfer (HTTP requests) between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages.

This blog will help new developers to build rich ajax application on their oen.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://php-ajax.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8651817837260661297/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://php-ajax.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>ubk</name><uri>http://www.blogger.com/profile/10300762602145476415</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://images3.orkut.com/images/medium/433/30739433.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8651817837260661297.post-6762583148336111276</id><published>2007-01-12T13:09:00.000-08:00</published><updated>2007-01-12T13:18:18.686-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='AJAX'/><category scheme='http://www.blogger.com/atom/ns#' term='Asynchoronous javascript and xml'/><title type='text'>What is AJAX</title><content type='html'>&lt;strong&gt;What is AJAX&lt;/strong&gt;&lt;em&gt; ( Asynchronous JavaScript and XML ):&lt;/em&gt;&lt;br /&gt;As of formal terminology AJAX is a term describing a web development technique for creating interactive web applications using a combination of: * HTML (or XHTML) and Cascading Style Sheets for presenting information* Document Object Model, JavaScript to dynamically display and interact with the information presented* XML, XSLT and the XMLHttpRequest object to interchange and manipulate data asynchronously with the web server (although AJAX applications can use other technologies .&lt;br /&gt;&lt;br /&gt;OR we can say that, AJAX is a  scripting technique for silently loading new data from the server. Although AJAX scripts commonly use the soon to be standardized XMLHttpRequest object, they could also use a hidden iframe or frame. An AJAX script is useless by itself. It also requires a DOM Scripting component to embed the received data in the document.&lt;br /&gt;&lt;br /&gt;That is if somebody wants to interact with the database having some value from a form we have to post the form to a certain page. That page deals with the database. So when ever we want some thing to do with the database we have to post something, so that page starts loading and after some time it gives me my destined result.&lt;br /&gt;&lt;br /&gt;But with ajax methodology this idea of interacting with database simplifies and full loading of a page and time consumption became less hazardous.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8651817837260661297-6762583148336111276?l=php-ajax.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://php-ajax.blogspot.com/feeds/6762583148336111276/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8651817837260661297&amp;postID=6762583148336111276' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8651817837260661297/posts/default/6762583148336111276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8651817837260661297/posts/default/6762583148336111276'/><link rel='alternate' type='text/html' href='http://php-ajax.blogspot.com/2007/01/what-is-ajax.html' title='What is AJAX'/><author><name>ubk</name><uri>http://www.blogger.com/profile/10300762602145476415</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://images3.orkut.com/images/medium/433/30739433.jpg'/></author><thr:total>0</thr:total></entry></feed>
