Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

json stringify php decode

$postedData = $_POST["JSONfullInfoArray"];
$tempData = str_replace("", "",$postedData);
$cleanData = json_decode($tempData);
var_dump($cleanData);
 
PREVIOUS NEXT
Tagged: #json #stringify #php #decode
ADD COMMENT
Topic
Name
4+4 =