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

[eluser]Phil Sturgeon[/eluser]
There is no clean way to do this as this goes against the HTTP standard way to submit forms.

Your two choices are a) use JavaScript to concatinate the URL based on form values or b) use POST to submit to the form action then use PHP to create a URL to redirect to.

Why not just use POST to send data straight to the form action? Get seems a funny way to handle it.


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