Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/01/2011, 08:39
__SDP__
 
Fecha de Ingreso: agosto-2010
Ubicación: santiago, CHILE
Mensajes: 564
Antigüedad: 13 años, 8 meses
Puntos: 9
Mensaje Respuesta: Acceso Restringido con PHP

Código PHP:
Ver original
  1. if($_POST['nombre'] == "" || $_POST['apellido'] == ""){
  2.    header("location:volver_al_index.php");
  3. }else{
  4.    header("location:mi_pagina.php");
  5. }