Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/10/2009, 20:47
Avatar de acoevil
acoevil
 
Fecha de Ingreso: julio-2008
Ubicación: localhost/colombia/sevillaValle.php
Mensajes: 1.123
Antigüedad: 15 años, 9 meses
Puntos: 32
Respuesta: Edicitar Datos en php y mysql

Cita:
Iniciado por samu22 Ver Mensaje
[B]
Código php:
Ver original
  1. if(!mysql_query($sql,$con)){
  2.    echo mysql_error();
  3. }

mas facil asi mysql_query("query") or die( mysql_error() );