Does anyone 'know' a way to run a remote PHP script much the same as this following JavaScript can be run remotely:
Code: Select all
<Script src="http://DomainName.tld/MyScript.js" language=JavaScript type="Text/JavaScript"></Script>I also need to carry over a parameter, if possible..
i.e. MyScript.php?MyArgument
Thanks,
Nick. . .