Sunday 17 February 2013

Getting the base url in codeigniter.

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');

No comments:

Post a Comment