Welcome Guest, Not a member yet? Register   Sign In
Using HTTP verbs in routes
#3

(This post was last modified: 05-22-2015, 11:29 AM by Sky.)

(05-22-2015, 05:31 AM)Narf Wrote: I'd guess you're accessing the page via GET instead of POST.

I have the same result

PHP Code:
$route['test']['GET'] = 'welcome/test'

Code:
<form action="/test" method="get">
    <input type="text" name="val"/>
    <input type="submit" value="Send"/>
</form>
Reply


Messages In This Thread
Using HTTP verbs in routes - by Sky - 05-22-2015, 03:09 AM
RE: Using HTTP verbs in routes - by Narf - 05-22-2015, 05:31 AM
RE: Using HTTP verbs in routes - by Sky - 05-22-2015, 11:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB