How can I encode google to Z29vZ2xl in PHP?

Discussion in 'PHP' started by 2046, Mar 1, 2007.

  1. #1
    Another sample:

    yahoo - eWFob28

    Do you know how to convert? I'm not family with php. Any help will be highly appeciated.
     
    2046, Mar 1, 2007 IP
  2. PhatDV

    PhatDV Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Use base64_encode to encode and base64_decode to decode.
     
    PhatDV, Mar 1, 2007 IP
  3. 2046

    2046 Peon

    Messages:
    153
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks! This is the right answer for me.
     
    2046, Mar 1, 2007 IP