I was recently trying to run a script from my web host, on an old one of mine to see if I could do something for my friend.
I was trying to run a simple "echo 'this is working';" from a php file on this other website. Just to prove it would work... I tried but failed.
So far I have come accross this thing that said I could get it using this:
<script type="text/javascript" src="http://www.somewhere.com/Script.php"></script>
And in the php file I would also put this (cos I thinks it going to be javascript):
Header("content-type: application/x-javascript");
But none of this has worked so far.
AND my googleing hasnt gotten an answer yet... =(
Is there like an include thing? This other webhost (a free one) doent let you use PHP though, so it would have to be something in the HTML page, javascript or something...