![]() |
How to delete multiple images - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: How to delete multiple images (/showthread.php?tid=81618) |
How to delete multiple images - luckmoshy - 03-27-2022 Hi all, May you help me with how to delete multiple images with modal. I do for one file but I want to assign it like this (array) How? PHP Code: public function delete($images_id) RE: How to delete multiple images - rmcdahal - 03-27-2022 Code: $media = new UploadModel(); I am Doing this way RE: How to delete multiple images - luckmoshy - 03-27-2022 (03-27-2022, 09:13 PM)rmcdahal Wrote: cheer worked lol !!!!!!! RE: How to delete multiple images - almostafacleanksa - 03-29-2022 got it now
|