KoolAjax - Great PHP Ajax FrameworkKoolAjax - Great PHP Ajax FrameworkFullVersion 3.0.0.0 released on 10/22/2012

Callback - Basic Ajax Callback

+ Loading...

Description & Sample code

The example shows how to use KoolAjax to call a PHP function from client-side. When Calculate button is clicked, values of two first input boxes will be sent to server to be calculated. Later the result is sent back to client and shown in last input box. All are done silently without refreshing page.