Author |
Message |
Topic: hiding variable? |
snakefingers
Replies: 6
Views: 15469
|
|
You could encrypt the variable using MD5 or SHA1.
$var = md5($var);
that sounds great... |
Topic: hiding variable? |
snakefingers
Replies: 6
Views: 15469
|
|
Damn! :(
Ok. Thanks a lot. |
Topic: hiding variable? |
snakefingers
Replies: 6
Views: 15469
|
|
Hi!
I'm wondering if it exists a way to hide the variables in the adress bar when you rollover or click on a link?
Exemple:
http://www.exemple.com/index.php?variable1=stuff1&variable2=st ... |
|