Intro_basicos_HTML_CSS/php/index2.php

6 lines
125 B
PHP
Raw Normal View History

2020-11-18 02:09:41 -03:00
<?php echo date("d-m-Y");
header("Status: 200 Entrando");
header("Location: http://jpdev.kickto.net/world/c.html");
exit;
?>