Tarea 5
La tarea es en parejas y debe ser entregada hoy jueves 07 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