Sajax makes it easy to call PHP, Perl, ColdFusion, LUA, IO, Ruby or Python functions from web pages via JavaScript without performing a browser refresh.
What's New in This Release: [ read full changelog ]
· Use php native json_encode for serilization of responce data.
· Use of JSON.parse on client side for better speed and security.
· Per function GET/POST.
· Autoselect POST if request is to large data for GET.
· Synchronous mode.
· Greatly improved error handling on both client and server side.
· Support for utf-8 and international charectors.
· Better handeling of IE (no more warnings in IE7+).
· Updated to match the PHP implementation.