|
|
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
| |
| Subscribe |
|
Submit your email address and receive
article and product notifications. Your email is safe with us.
|
|
|
|
|
|