// conectar con la base de datos
include("/var/www/vhosts/lasdrogas.net/httpdocs/libros/config_libros.php3");
// selecciona datos breves de la tabla noticias
$consulta=mysql_query("select products.products_id, products_description.products_name, products.products_image, products.products_tax_class_id, products.products_price from products, products_description where products.products_status=1 and products.products_id=products_description.products_id and products_description.language_id=3 order by products.products_date_added desc limit 1",$db);
$rows=@mysql_fetch_array($consulta);
?>