On Thu, July 6, 2006 11:49 am, Dan McCullough wrote:
> Looking for a good way to obfuscation the name value pairs in a URL,
> so it might be something like
> http://www.domain.com/page=fjdsaflkjdsafkfjdsakfjdsalkfjsda983dsf or
> something like that, I was looking at base64_encode, but was wondering
> what others might do or use.  It doesnt have to be super secure, but I
> would still like the information to not be really visable.

Bad Idea.

Your URLs will get much too long, and GET data can be limited, and
you'll hit that limit if you keep this up...

If the data shouldn't be visible, put it in $_SESSION

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to