Ajax Agent

Hello Developers:

AJAX AGENT is a very easy to use, yet very powerful open source toolkit for rapidly building AJAX or Rich Internet Applications (RIA). For the PHP version, it takes only three lines of code to invoke a remote scripting call. Remote scripting is an integral part of AJAX. Check the following code (for PHP version).

include_once(”agent.php”);
$agent->init();
agent.call(”url”,’’server_function”, ”client_handle”, param1, param2, …);

Need I say more…

Here are a few Demo’’s

Leave a Reply »»