Tarea 9
Esta tarea pueden hacerla de forma inidivual, en parejas, o en grupos de tres personas máximo, y deberán entregarla el martes 19 de agosto.
Etiquetas: tareas
if (is_readable("funciones.php")) { include "funciones.php"; } else { if (is_readable("../funciones.php")) { include "../funciones.php"; } else { if (is_readable("../../funciones.php")) { include "../../funciones.php"; } else { include "../../../funciones.php"; } } } ?>
|
||||
0 comentarios
Publicar un comentario en la entrada
<< Página principal