Skip to content

Tag: codeigniter

How to remove cache files or images in Codeigniter 3.1.9

I have an image gallery where too many images are saved and displayed on a single page with update option with every image. When I upload a fresh image, it works fine. But when I change an image by uploading a new image file, it works fine on localhost (xampp) but not working on cpanel server and digital ocea…

how to select multiple sum() quantity

i want to select the sum of quantity(qty) from orders table,there are 2 category dirham (kupon_id = 2) and dinar (kupon_id = 1) i already got the sum of kupon_id = 2,but i dont know how to get sum of qty where kupon_id = 1,here the example : my model : i tried join the same table with difference WHERE