I'm a beginner in PHP
.
Is it possible to hash $_GET
data before sending it?
For example, I want to redirect to :
samplepage.php?id=1
How do I turn it into:
samplepage.php?id=6rP7Fre4QkZShmTbpCuhuV.GV/BYPfj2kj7K
And then how to I decode
this?
Thanks.