Welcome Guest, Not a member yet? Register   Sign In
help needed
#1

[eluser]praveens[/eluser]
hi can any one help me how to allow get method

thanks in advance
#2

[eluser]cmike[/eluser]
Use Kohana Wink
#3

[eluser]wiredesignz[/eluser]
Yeah, go and double post your topics at Kohana forums :lol:
#4

[eluser]Nikhil Vijayan[/eluser]
Change uri_protocol to PATH_INFO and enable querystring in config file

and then use

Code:
$this->input->get('key')

or

Code:
$_GET['key']




Theme © iAndrew 2016 - Forum software by © MyBB