el_pup_le
el_pup_le

Reputation: 12179

Get url directed/from with Codeigniter

How can I find the URL being directed from (ie the page the user is on before controller executes)?

Upvotes: 0

Views: 229

Answers (1)

RSK
RSK

Reputation: 17516

I think you are looking for $this->input->server('HTTP_REFERER');

source

Upvotes: 1

Related Questions