Jump to content

Query string disguise


pradeep79

Recommended Posts

Hi all, I'm trying to disguise the values of a query string when using GET to send the data across to another page. I have seen the long greek words that appear in hotmail and other websites. Can anyone tell me how I can do that in PHP? Is there any function in PHP that can do that? Please help me!

Link to comment
https://forums.phpfreaks.com/topic/46502-query-string-disguise/
Share on other sites

Why are you putting the values on the URL? Can you use Sessions to handle the transfer?

 

Ken

 

Thanks Ken, but I'm trying to create a link, which holds the unique id as a parameter. There will be several links, based on the database output. Each link will have its unique id that will be passed to the next page when clicked. I haven't got a clue how to do this with sessions..

Link to comment
https://forums.phpfreaks.com/topic/46502-query-string-disguise/#findComment-226298
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.