Hi,
Is there anything I can use to run a PHP function right out of the same file without a reload?
AJAX seems to only be able to call a different file, and I only want one.
Example:
<? function myFunction(){.. .;} ?>
<span onclick="php:my Function();">Ca ll Function</span>
Thank you,
Jacob
Is there anything I can use to run a PHP function right out of the same file without a reload?
AJAX seems to only be able to call a different file, and I only want one.
Example:
<? function myFunction(){.. .;} ?>
<span onclick="php:my Function();">Ca ll Function</span>
Thank you,
Jacob
Comment