Well I have the following array that is inside a $resultado
variable:
{"result":[{"fone":"","email":"","id":1,"nome":"GERAL","token":"BE5DEA91EB28E98F053466E98082908545E3DCA5"}]}
I need to recover the token.
I tried this, but it did not work:
$resultado[4]
But it is returning me s