AJAX from your php script.

Posted:
Tue Feb 10, 2009 11:06 pm
by jaison
Hi all
http://knol.google.com/k/amjith-ps/ajax ... torials(3A)Learn_xajax_in_10_Minutes
Thought of sharing it everyone
Regards
Jaison Peter
Re: AJAX from your php script.

Posted:
Thu Mar 05, 2009 10:36 pm
by DJ
This looks really good Jaison!
Im wondering if anyone actually went through this and learned anything from it!
Re: AJAX from your php script.

Posted:
Mon Mar 09, 2009 5:16 am
by jay
xajax is an open source PHP class library implementation of AJAX that gives developers the ability to create web-based Ajax applications using HTML, CSS, JavaScript, and PHP.
Applications developed with xajax can asynchronously call server-side PHP functions and update content without reloading the page.
The library contains all kinds of pre-defined functions which we can use by just calling the required function.
Defenitely this can improve the coding standards for javascript-php communication and no need to spent time writing the functions.