uno.php:
Código PHP:
<html>
<head>
</head>
<body>
<form id="form1" name="form1" method="post" action="dos.php">
<input type="submit" name="Submit" value="Enviar" />
</form>
</body>
</html>
Código PHP:
<html>
<head>
</head>
<body>
<? header("Location: uno.php") ?>
</body>
</html>
Warning: Cannot add header information - headers already sent by (output started at c:\foxserv\www\pruebas\dos.php:5) in c:\foxserv\www\pruebas\dos.php on line 5
¿Como se redirige en php?