Tag Archive for 'ajax'

AJAX and Database PHP

April 4th, 2009 by admin

To clearly illustrate how easy it is to access information from a database using Ajax, we are going to build MySQL queries on the fly and display the results on “ajax.html”. But before we proceed, lets do ground work. Create a table using the following command.
NOTE: We are asuing you have sufficient privilege to perform [...]

Tags: , , ,

Getting Started: Ajax

April 4th, 2009 by admin

The foundation that makes Ajax possible is the communication layer with the server. The most complete option for performing this communication is the JavaScript XMLHttpRequest object. If XMLHttpRequest is not suitable to you, hidden IFrames and cookies can also be used. We will examine both options later in this chapter.
This chapter introduces you to the [...]

Tags: , ,

AJAX online Examples

April 3rd, 2009 by admin

posted by: http://expertzweb.com

Tags: , ,