Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/03/2012, 05:13
Avatar de OsSk4R
OsSk4R
 
Fecha de Ingreso: octubre-2006
Ubicación: $this->home
Mensajes: 824
Antigüedad: 17 años, 6 meses
Puntos: 74
Respuesta: No me muestra mensaje echo

No estas usando el if correctamente.
Mira así:
Código PHP:
Ver original
  1. if($borrado == true){
  2.       echo "<h4>Registro(s) borrado(s) correctamente</h4>";
  3.    }else{
  4.       echo "<h4>Error al eliminar registro(s): " . mysql_error() . "</h4>";
  5.    }

Saludos,