Welcome Guest, Not a member yet? Register   Sign In
get values
#1

[eluser]dimis[/eluser]
I want to ask if is a way to get the $_get values with CI as with post values ($this->input->post()).
Dimis
#2

[eluser]jalalski[/eluser]
Code:
$_GET = $_POST

whoops, that's not what you meant. Try:
Code:
$this->input->get()

see the documentation on the Input class.




Theme © iAndrew 2016 - Forum software by © MyBB