Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

file_get_contents api json

$contents = file_get_contents($url);
$contents = utf8_encode($contents);
$results = json_decode($contents); 
 
PREVIOUS NEXT
Tagged: #api #json
ADD COMMENT
Topic
Name
7+6 =