Reputation: 12179
How can I find the URL being directed from (ie the page the user is on before controller executes)?
Upvotes: 0
Views: 229
Reputation: 17516
I think you are looking for $this->input->server('HTTP_REFERER');
$this->input->server('HTTP_REFERER');
source
Upvotes: 1