Ver Mensaje Individual
  #21 (permalink)  
Antiguo 09/07/2009, 10:11
Gaug
 
Fecha de Ingreso: junio-2009
Mensajes: 250
Antigüedad: 14 años, 11 meses
Puntos: 1
Respuesta: Varios Select en PHP.

Lo tengo así

Código PHP:
$SQL="update reg_activ  set revisar='1' where revisar='0' LIMIT 0, 1"
Y me marca error de sintaxis.

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 1' at line 1

Saludos.