We're my error? ¿Dónde esta mi error? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

11th Jul 2019, 8:06 PM
Nelson Martinez
Nelson Martinez - avatar
1 Answer
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
11th Jul 2019, 8:22 PM
TheWh¡teCat 🇧🇬
TheWh¡teCat 🇧🇬 - avatar