Ejercicio ex4.22.php
<?php
extract($_REQUEST);
print "Su nombre es $tu_nombre. <br>";
print "Su numero de telefono es $tu_telefono.";
?>
<html><head><title>Usando etiquetas cortas de PHP o Short Tags
</title></head>
<body>
<br>
<br>
Tu nombre es <?=$tu_nombre?> y tu telefono es <?=$tu_telefono?>
</body>
</html>
No hay comentarios:
Publicar un comentario