SQL PHP HTML ASP JavaScript articles and free scripts to download
 

Ajax & PHP scripts

The popularity of Ajax is increasing day by day. One of the best example as used by google is google suggest. Here based on the user keywords entered at search box, google returns matching keywords or extension of this words as searched before by users.

Ajax the short form of asynchronous JavaScript and XML we will try to learn by studying some examples here. As you know Ajax is itself not a scripting language so we will be using our script PHP for programming here and other languages in different sections.

Let us start with some examples on uses of Ajax

XMLHttp object
To work in Ajax we have to create XMLHttp request objects based on type of browser. This object we will use to pass data and collect the data from the server.

Dependant list box using Ajax
We will be using Ajax to send the selection value of first drop down list and then based on this value we will send one more dependant drop box.Read More

Validation of email address
We will use Ajax to pass email data as entered by user and then this address is checked with a validation code written in PHP. Read More

Discuss this tutorial at forum


Further readings
Ajax & PHP scripts
Creating XMLHttp object in different browsers
Dependant drop down list box using Ajax & PHP
Email validation using Ajax in a form

 

Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.

Scripts
PHP
JavaScript
PHP Tutorials
Ajax & PHP
PHP Sections
PHP Introduction
Loops & structure
Array
Date & Time
Functions
Form Handling
File Handling
Math Functions
String Functions
GD Functions
Comment Posting
Content Management
PHP & Ajax
Popular Tutorials
Drop down list
File Upload
Signup script
Member Login
Line Graph
PHP MySQL Paging
PHP Calendar
Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.