Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/06/2007, 15:35
wrkjmg
 
Fecha de Ingreso: abril-2007
Mensajes: 144
Antigüedad: 17 años, 10 meses
Puntos: 4
Re: Problema Con Clausula Where

Prueba esto:
Código PHP:
$query mysql_query("SELECT sku, description, tech_info FROM $table WHERE sku = '{$itemno}' ",$link);