procedura: SELECT P.*, PD.* FROM products as P
join product_description as PD on P.product_id=PD.product_id
where 1=1 and P.category_id='6' limit 18 offset 0;
procedura: SELECT P.*, PD.* FROM products as P
join product_description as PD on P.product_id=PD.product_id
where 1=1 and P.category_id='6'
Znaleziono: 0
Warning: Invalid argument supplied for foreach() in /home/bakarum/public_html/4ero.pl/elements/productsgrid.php on line 14