Fichero: index.php
<html>
<head>
<title>Mi primer script PHP</title>
</head>
<body>
<p align="center">Primer script PHP</p>
<?php
$hoy = date("d-m-Y");
echo "La fecha actual es: $hoy.\n";
?>
</body>
</html>
Fichero: index.php
<html>
<head>
<title>Mi primer script PHP</title>
</head>
<body>
<p align="center">Primer script PHP</p>
<?php
$hoy = date("d-m-Y");
echo "La fecha actual es: $hoy.\n";
?>
</body>
</html>
Obra publicada con Licencia Creative Commons Reconocimiento Compartir igual 4.0