Answers for "hacer array php stack overflow"

PHP
1

hacer array php stack overflow

<?php
include_once"arrays1.php";
?>
<!doctype hmtl>
<html>
<body>
    <?php
    
 $a=array(3,5,4,890);
 $respuesta=imprimirArrays($a);
 echo $respuesta;/*linea 11 donde esta el error*/
    ?>
</body>
</html>
Posted by: Guest on April-16-2021

Browse Popular Code Answers by Language