decode($row[9]); print_r ($value); echo '

'; // This will convert the json string to an array using php json_decode var_dump(json_decode($row[9])); ?>