Welcome Guest, Not a member yet? Register   Sign In
Allowing '@' character in URL
#2

[eluser]theprodigy[/eluser]
the '@' is a reserved character for URL syntax. It has special meaning. So in order to use it, you need to use the urlencode() method prior to redirecting. On the receiving end, you will need to use the urldecode() method the get the data back into the format you need.


Messages In This Thread
Allowing '@' character in URL - by El Forum - 02-09-2010, 06:13 PM
Allowing '@' character in URL - by El Forum - 02-09-2010, 06:35 PM
Allowing '@' character in URL - by El Forum - 03-18-2010, 11:21 AM
Allowing '@' character in URL - by El Forum - 03-18-2010, 04:02 PM
Allowing '@' character in URL - by El Forum - 03-18-2010, 05:23 PM
Allowing '@' character in URL - by El Forum - 03-19-2010, 01:45 AM
Allowing '@' character in URL - by El Forum - 03-21-2010, 07:08 PM
Allowing '@' character in URL - by El Forum - 03-24-2010, 07:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB