Basically I'm trying to execute a php script that is triggered from a Myspace page.
The script which runs on my webserver works but I'm having trouble getting the script to execute.
I've tried
<form method=post action="http://www.website.com/script.php>
</form>
But this only works if I use a submit button.
I can get it to work from my server using <img src="http://www.website.com/script.php">
But Myspace turns it into ..
Just trying to track where visitors to my myspace page are coming from.