From: <php...@li...> - 2012-07-16 16:25:44
|
Hi all, For the below PHP case (was noted in jQuery test suite), the <php> was executed in other servers, but with JavaBridge, it is not executed and the source code is shown as-as to the web client. Yours, Ahmed /* <?php // if php is available, close the comment so PHP can echo the appropriate JS echo "*" . "/"; echo "PHP was executed"; ?> */ |