Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

open json file php

// Get the contents of the JSON file 
$strJsonFileContents = file_get_contents("css-color-names.json");
var_dump($strJsonFileContents); // show contentsCopy
Source by www.codewall.co.uk #
 
PREVIOUS NEXT
Tagged: #open #json #file #php
ADD COMMENT
Topic
Name
6+8 =