I\'m writing a simple site that takes as input an idiom, and return its meaning(s) and example(s) from Oxford Dictionary. Here\'s my idea:
I send a request to the fol
Place below line at the top of the file which you are calling through AJAX.
header("Access-Control-Allow-Origin: *");