Welcome Guest, Not a member yet? Register   Sign In
sending form parameters as URI Segments
#4

[eluser]Dam1an[/eluser]
I just noticed it's a search form lol, which is why I'm guessing you want the segments in the URL
Then as Phil suggested, you could submit to an intermediate function, which would concat the search string with +, and then redirect to search/term1+term2+term3
You could then receive that as a single segment in the function that does the search, explode on + to get the individual terms, and do what you want


Messages In This Thread
sending form parameters as URI Segments - by El Forum - 06-16-2009, 04:47 AM
sending form parameters as URI Segments - by El Forum - 06-16-2009, 04:55 AM
sending form parameters as URI Segments - by El Forum - 06-16-2009, 09:19 AM
sending form parameters as URI Segments - by El Forum - 06-16-2009, 09:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB