<?PHP header("Content-Type: text/html; charset=UTF-8"); Your PHP Function function getString(){ return "This is an example!\r\n"; } function getColor(){ return "#CCFF00"; } // Necessary PHPLiveX Codes $ajax = new PHPLiveX(array("getString", "getColor")); $ajax->Run(); // Must be called inside the 'html' tags ?>
This is the test area
<textarea id="testArea" cols="50" rows="10"></textarea>
Loading..
This is the test area
Loading..