Is there any way in codeigniter for me to get current URL ?
I need to pass currrent URL to one javascript function, then in my javascript function i’ll redirect the page as following:
function ReloadCurrentUrl(currentUrl)<br />
{<br />
// Set some value into cookie<br />
window . location . href = currentUrl;<br />
}