i have a php script hosted on a php supported server. the script gets data and prints it out. it works fine when it is called upon from my html file that is hosted on the same server that the php file is on. but i tried putting my html file onto a different server then the php script and it wont print out the returned data. i've been told that i need to use a java script of somesort to get the html file to call the php file that is on the different server so that it will print out the data. i've asked this question elsewhere and nobody understands what my question so basically my problem is that on my php supported server, my html file calls on my php file and my php file prints out the data. when i put my html file on a different server that doesn't support php it wont call the php file that is on the server that supports php. what is the script that i should put in my html file to call the php file on the different server? i know, it's confusing. i hope someone can help me out with this. this has kicked me since mid-january.
thanks
-brandon