lutherbach
Programmer
Is it possible to call a php file using a javascript?
Something like a include(example.php).
Something like a include(example.php).
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<script Language="JavaScript">
<!--
function someFunction() {
yada yada yada
yada yada yada
// -->
<!-- #include file="somejsscript.inc" -->
<!--
yada yada yada
yada yada yada
}
// -->
</script>