Or can I access your proxy in my code?
Ah found a much easier solution. You just need to add this line to the top of the remote php script
header(“Access-Control-Allow-Origin: [url=http://project.tiggzi.com”]http://project.tiggzi.com”[/url]);
It works.