| |
1
select DISTINCT(p.id) as pid ,p.nm as pnm,p.description as pdesc,p.price as pprice,CONCAT('/upimages/scart/',p.img) as pimg from fs_scart_product as p, fs_scart_prod_cat as mp where p.id=mp.pid and mp.catid like '%' and mp.subcatid like '%' and p.status=1 order by p.id DESC LIMIT 6 OFFSET 0;
Warning: Unknown: open(C:/php/tmp/\sess_lpp6v0ls7f8qoo49rg1jhdf8i7, O_RDWR) failed: No space left on device (28) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:/php/tmp/) in Unknown on line 0
|