Ver Mensaje Individual
  #6 (permalink)  
Antiguo 24/08/2002, 16:06
jcl
 
Fecha de Ingreso: enero-2002
Mensajes: 673
Antigüedad: 22 años, 2 meses
Puntos: 1
Re: ¿Cómo se hace un Redirect en PHP?

Y si yo tengo esto:

<?php
header("location:http://localhost/LibroPHP/Cap05/valida_correo.php");
?>
<html>
<body>
</body>


¿Que se supone que debería hacer mi lindo php?