clsJSPHP 0.1 Alpha review
DownloadclsJSPHP is a PHP class that allows you to create richer Web applications. It allows a PHP application to send asynchronous and sy
|
|
clsJSPHP is a PHP class that allows you to create richer Web applications.
It allows a PHP application to send asynchronous and synchronous requests to a server without reloading the page.
INSTALLATION
Make a reference to the core javascript in the header of your html document: code:
< script src="[PATH_TO_clsJSPHP.php]?jsphp=[PATH_TO_clsJSPHP.php]" language="JavaScript" >< /script >
and you are ready to start!
USAGE
clsJSPHP doesn't register any php functions that you can call with javascript on the client-side. clsJSPHP request a php-file and handle the returned output.
clsJSPHP 0.1 Alpha keywords