0
We're my error? ¿Dónde esta mi error?
<?php $myArray[0] = "Nelson"; $myArray[1] = "<strong>PHP</strong>"; $myArray[2] = 36; $myArray[3] = "Hola"; echo "$myarray[3], mi nombre es $myArray[0] tengo $myArray[2] años y estoy aprendiendo $myArray[1]"; ?> ¿Alguien puede ayudarme? Can Somebody help my?
1 Antwort
0
In the echo you write $myarray instead of $myArray. You can look at the code. Hope it helps you 😉
https://code.sololearn.com/wgjsoGMtHqS0/?ref=app