On 21 March 2004 16:03, Ben Ramsey wrote:
> I've got a querystring that looks like this:
> ?url=http%3A%2F%2Ftest.alpharetta.ga.us%2Findex.php%3Fm%3Dlink
> s%26category%3DRecreation%2B%2526%2BParks%26go.x%3D22%26go.y%3D7
>
> As you can gather, I'm trying to pass a URL to another script
> for some
JW> You can base64_encode() it.
Hadn't thought of that. Works perfect! Thanks!
--
Regards,
Ben Ramsey
http://benramsey.com
http://www.phpcommunity.org/wiki/People/BenRamsey
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Monday 22 March 2004 00:03, Ben Ramsey wrote:
[snip]
> Is there a way to urldecode() $_GET["url"] and still retain its original
> encoded entities so that I can use it again as a valid URL?
You can base64_encode() it.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Soft
I've got a querystring that looks like this:
?url=http%3A%2F%2Ftest.alpharetta.ga.us%2Findex.php%3Fm%3Dlinks%26category%3DRecreation%2B%2526%2BParks%26go.x%3D22%26go.y%3D7
As you can gather, I'm trying to pass a URL to another script for some
processing. Before I urlencode() the URL and pass it t
4 matches
Mail list logo