I need 3 rows of a table that have certain id.
This is my current query that gets only one record
$query='SELECT precios.id_precio, precios.precio, precios.descarga, precios.carga FROM wifmaxco_web.precios WHERE precios.id_precio="1"';
$...
asked on
11.10.2016 / 18:54