Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/12/2015, 15:17
diegoguerrero
 
Fecha de Ingreso: diciembre-2014
Ubicación: Madrid
Mensajes: 274
Antigüedad: 9 años, 4 meses
Puntos: 5
Redirección PHP con header y variables

Tengo una redirección header al final de una página (adjunta debajo) y necesito que funcione. Me dice el error que también hay uno en un archivo incluido por un include.

Error

Warning: Cannot modify header information - headers already sent by (output started at /Applications/XAMPP/xamppfiles/htdocs/educamos/Plataforma/Cabecera/CabeceraRol3.php:217) in /Applications/XAMPP/xamppfiles/htdocs/educamos/Plataforma/Datos/Usuarios/Modificar/GuardarCambios.php on line 70

Código del header

Código PHP:
Ver original
  1. $NuevaURL = "Location: ../VerMas.php?ID=".$_POST['Identificador'].".php";
  2.         header ($NuevaURL);