Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/12/2015, 15:20
Avatar de xfxstudios
xfxstudios
 
Fecha de Ingreso: junio-2015
Ubicación: Valencia - Venezuela
Mensajes: 2.448
Antigüedad: 8 años, 10 meses
Puntos: 263
Respuesta: Redirección PHP con header y variables

sera porque esta colocando la extension php al final de la url????

Código PHP:
Ver original
  1. //malo
  2. $NuevaURL = "Location: ../VerMas.php?ID=".$_POST['Identificador'].".php";
  3.  
  4. //bueno
  5. $NuevaURL = "Location: ../VerMas.php?ID=".$_POST['Identificador'];
__________________
[email protected]
HITCEL