Ver Mensaje Individual
  #9 (permalink)  
Antiguo 28/08/2009, 09:57
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: ayuda con funcion select

Código HTML:
$query_prod = "select title, value from orders_total where orders_id='".$_POST["ORDERID"]."' and class='ot_shipping' and class='ot_surcharge'";
la sentencia sql esta bien?, el campo "class" puede valer "ot_shipping" y "ot_surcharge" a la vez?.