$this->session->set_flashdata - 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: $this->session->set_flashdata (/showthread.php?tid=78830) |
$this->session->set_flashdata - Knutsford - 03-16-2021 A previous developer has written something like $this->session->set_flashdata('promote', "BlaaBlaa"); I am confused 1) It is giving a popup on only on the desktop version which is what is wanted but how is it doing that? 2) The popup says Success not Promote. Where is that comingĀ from? Any ideas please Thanks Sorry - forget my Post. I have found the JQuery that does it |