Home     PHP / Javascript / Ajax
PHP SimplAjax Script

PHP Script Codes > frameworks-toolkits

simplAjax Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 4751

PHP Script Codes > simplAjax
simplAjax is a very easy way to put ajax in your website. It only requires you to link the file in your html document, type out one line of code, and you're done! It is cross browser, and will work with any browser that supports XMLHTTPRequest/ActiveX

An example of the simplicity:

"<script>
timestamp = ajax('time.php?time=get') ; document.write(timestamp) ;
</script>"

That is really all it takes!

simplAjax is released under a GPL license, so it is free to use, as long as you keep the copyright notice in the script.

Enjoy!