Linked Questions

-1 votes
1 answer
84 views

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....
John Michael Manlupig's user avatar
0 votes
1 answer
67 views

I want to encode my urls in base64 and decode it in my functions and no body can decode it how can i do this. <?php $somestring = 'here is my some string'; $url = 'http://google.com/'.$somestring; ...
Sufyan's user avatar
  • 516
0 votes
0 answers
54 views

I want to encrypt an email to decrypt later. At that point I don't care about safety, I just want it working. The mail is stored in $umail Researching stackoverflow I found the following code which ...
HugoRod's user avatar
  • 33
0 votes
2 answers
68 views

I found a tutorial online on how to encrypt strings in php but when I call the function and try echo the processed data I'm getting 500 internal error. Here is my code below. <?php $...
Offset's user avatar
  • 53

15 30 50 per page
1 2 3 4
5