Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head></head>
- <body>
- <?php
- $dia=date("d");
- if ($dia<=10)
- {
- echo "sitio activo";
- }
- else
- {
- echo "sitio fuera de servicio";
- }
- ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement