Estoy intentando, pero no me funciona, el revisar si existe en un array un indice.
Os pongo en situacion:
el array asociativo es este:
Código PHP:
Ver original
$_SESSION['subArray_pha']
Y le añado datos asi:
Código PHP:
Ver original
y estoy intentando ver si exite en este array un $nombre previamente introducido asi:
Código PHP:
Ver original
{ echo 'Existe el ' . $nombre; } else { echo 'No existe el ' . $nombre; }
Pero esto ultimo no me funciona.
Si me pudieran ayudar les estaria muy agradecido por ello.
Un saludo.