You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$query = "select concat(idarticulo,'-',detalle,'-','[stock:',stock_act,']') nombre,IdArticulo from articulos where detalle like '".$_REQUEST['q']."%' or idarticulo like '".$_REQUEST['q']."%'
order by nombre ";
$rset = mysql_query($query, $con) or die("Consulta fallida: " . mysql_error());
while ($line = mysql_fetch_array($rset, MYSQL_ASSOC)) {