I'm trying to add a value to a variable within a text with echo
and I'm not getting it, the value is available because I can access it.
What I have is this, I could not enter the code properly, so the image:
LookingattheconsoleofChrome
Ihavethis:
print_r ($ _ SESSION) result:
Array ( [usuarioID] => 124 [nomeUsuario] => Valter Ferreira Martins [email] => [email protected] [IdCategoria] => 0 [Cliente] => 4 [produtos_1417] => 13 [produtos_1676] => 0 [produtos_1207] => 0 [produtos_1306] => 1 [produtos_1508] => 1 )
When I position the mouse pointer over the Add variable button it is no value, but in the console the value is available.