I am new in codeigniter, I want to send link with data flash message in codeiniter how can I send the link? this is my session message.
$this->session->set_flashdata('message', '<div id="message" class="alert alert-error">Your account is not active yet. Please activate your account.</div>');
I want to send link like that
<a href="<?php site_url().'/home/link';?></a>
how can I send, please help me to to this thanks in advance