Ajax to Different Server Using PHP
I did some searching and found that the easiest way for me to redirect an Ajax request from one of my pages to a different server would be to make the request to a PHP script on my own server and have that script make the request to…
Continue reading