It's ok now!! I've managed to solve the problem.
It turns out I just need to add:
header("Access-Control-Allow-Origin: *");
At the top of my (remote) Php script. PHEW....!
It's ok now!! I've managed to solve the problem.
It turns out I just need to add:
header("Access-Control-Allow-Origin: *");
At the top of my (remote) Php script. PHEW....!