Ver Mensaje Individual
  #7  
Antiguo 22-01-2007
Avatar de enecumene
[enecumene] enecumene is offline
Miembro de Oro
 
Registrado: may 2006
Ubicación: Santo Domingo, Rep. Dom.
Posts: 3.040
Reputación: 22
enecumene Va por buen camino
Hola!!!

ya resolvi!! en vez de:

Código SQL [-]
 
$sQuery="DELETE FROM status where st_id='["st_id"]?>'";

puse:

Código SQL [-]
 
$sQuery="DELETE FROM status where st_id='$status' ";

me quedo de pelos, que sencillo no?, gracias!!!!!
Responder Con Cita