I have a php script , it accessing a json file by using file_get_contents(), inside a json file, we have declared a php variable. Please let me know is there any w
file_get_contents()
$value){ echo $key . ':' . $value; } ?>