This is my code :
<li>
<i class="menu-icon fa fa-paper-plane"></i>
<a href="<?php echo base_url('MainControl/adminDeportasi'); ?>">Deportasi</a>
</li>
I want to make link to another page using tag in navbar list, but when I insert php script to call a controller inside the html causing next script wont read/not running. It works on my another project, but IDK how it causing error in this project.