Welcome Guest, Not a member yet? Register   Sign In
why's that no data showing on my sidebar,even if it's on my admin or user side?
#4

You can make your base_url look better by doing this:

PHP Code:
<a href="<?php echo base_url('product');?>"

And for your redirects like so:

PHP Code:
redirect(base_url('profile')); 

If your missing css file it will stop your sidebar from showing.

Because it has happened to me before.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: why's that no data showing on my sidebar,even if it's on my admin or user side? - by InsiteFX - 11-28-2018, 02:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB