The current base url could be get easily by
<?php echo base_url(); ?>
But before doing so, you have to load the URL helper.
$this->load->helper('url');
<?php echo base_url(); ?>
But before doing so, you have to load the URL helper.
$this->load->helper('url');
No comments:
Post a Comment