Welcome Guest, Not a member yet? Register   Sign In
Dashboard navigation problem
#4

(09-18-2018, 10:02 AM)Wouter60 Wrote: I've shown you several times that CI has a helper function called anchor().

Instead of:
PHP Code:
<a href="<?php echo base_url(); ?>users/dashboard"><?php echo $this->session->userdata('username'); ?></a> 

Do this:
PHP Code:
<?= anchor('users/dashboard'$this->session->username);?>

after upload my files into server this anchor tag not working. what to do?
Reply


Messages In This Thread
Dashboard navigation problem - by kvanaraj - 09-18-2018, 06:13 AM
RE: Dashboard navigation problem - by Pertti - 09-18-2018, 06:23 AM
RE: Dashboard navigation problem - by Wouter60 - 09-18-2018, 10:02 AM
RE: Dashboard navigation problem - by kvanaraj - 09-19-2018, 06:12 AM
RE: Dashboard navigation problem - by Wouter60 - 09-19-2018, 07:37 AM
RE: Dashboard navigation problem - by kvanaraj - 09-19-2018, 09:28 PM
RE: Dashboard navigation problem - by InsiteFX - 09-20-2018, 03:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB