Here is my Php script redirect into admin page ...this code working fine in localhost but i will go the server is not redirected
i dont know ehy its happening right now ... any help guys...
if ($this->session->userdata('admin_login') == 1)
redirect(base_url() . 'index.php?admin/dashboard', 'refresh');