Hello
I have this array ...
How can I get the values por the key "EQUIPOS"?
Regards
I have this array ...
Code:
{
equipos = "Sportin VS Portugal";
"hora_partido" = "11:00";
"id_equipoL" = 12;
"id_equipoV" = 5;
"id_jornada" = 11;
"id_juego" = 3;
"id_torneo" = 10;
"nom_torneo" = "Juvenil Sabatino";
}
How can I get the values por the key "EQUIPOS"?
Regards