I've been tinkering with AJAX for a few weeks now. I've used it in a simple user registration system form. Instead of submitting a desired username and waiting for a round trip to the server to verify that the username is not already in use, I used AJAX to perform the DB query in the background without a browser refresh. It is pretty slick, using a little CSS and javascript the user gets instant notification (onblur) that their selected username is already in use or is verified and okay before submitting the rest of the form. I implemented this with XML, however, only to learn, not because the functionality required it.

I've also accumulated some links to resources:

http://www.ajaxmatters.com
http://www.ajaxpatterns.org
http://adaptivepath.com/publications/essays/archives/000385.php (This is the essay that coined the term 'AJAX')
http://www.ajaxian.com

The above links all have good collections of links to further resources.

Good Luck,
........................................................................ ...........................
Benjamin Liu

On Jul 21, 2005, at 1:52 AM, balwant singh wrote:

Have anybody tried PHP & AJAX, may please share your experience. also pls. suggest good link of tutorial on this.

With Best Wishes

Balwant Singh

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Reply via email to