encrypted link?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xeo
    New Member
    • Oct 2006
    • 3

    encrypted link?

    how can i do a long/ecrypted link? like go.php?id=d1bde 96aa7793683258f &whatever=258f0 93182931d38
    thanks!
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    It looks like you want to encypher the parameters of a url, not the link. There are several FREE classes available that can do that for you. A relatively simple class is PHPSecureURL .
    Originally posted by Class info
    This classe hides parameters. You do not have to modify your code. You just have to add some lines and your link becomes something like this:

    http://www.monsite.net/mapage.php?ak...HFGHfg44fghfg4
    Ronald :cool:

    Comment

    • vssp
      Contributor
      • Jul 2006
      • 268

      #3
      base64_decode()
      base64_encode()

      using to encode and decode the passing valuse

      vssp

      Comment

      Working...