wondering if it's possible to use a remote php file in a script tag on a server that does not have PHP installed (IIS)
The header in the php file will be set to javascript I know it's possible on an apache server, but I don't have access to a windows server to test it.
<script type='text/javascript' src='http://remoteserver.com/example.php'></script>