Good evening everyone! Personal, following, I'm getting the following variable from an application in angulajs:
Array ( [{"nome":"volks","descricao":"conheça_o_novo_modelo_da_volks"}] => )
How can I convert it so that I can access its values? thank you all!! Horacio
Edited: This is the code that receives the data:
<?php
$dados = $_REQUEST;
print_r($dados);
/*
header('Content-Type: application/json charset=utf-8');
$x = array("info_recebida"=> $_REQUEST);
echo json_encode($x);
Here momentarily I'm just showing off, and that's where I brought the above variable