Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/04/2012, 13:32
Avatar de CesarHC
CesarHC
 
Fecha de Ingreso: junio-2011
Ubicación: localhost
Mensajes: 566
Antigüedad: 13 años, 7 meses
Puntos: 56
Respuesta: Parse error: syntax error, unexpected T_IF in

Te sobra un > en <?Php> deberia quedarte asi:

Código PHP:
Ver original
  1. <?php
  2. if ($_POST['Guardar']) {
  3. header("Location: clientesprocesos.php");
  4.  }
  5.  
  6. if ($_POST[Eliminar]) {
  7. }
  8. ?>

Esos errores te avisan siempre que has cerrado algo mal, tefalta un ; .etc.
__________________
Solo la práctica no te traicionara ¡¡¡¡¡¡

Seguir el camino tu debes PHP The Right Way.