Getting flashdata


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. if ($this->session->flashdata('notice')):
  2. $this->session->flashdata('notice');
  3. endif;

URL: http://retrorock.info/2009/7/mensajes-avisos-flashdata

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.