Jump to content

Encode/Convert text to numbers/binary


Andrew R

Recommended Posts

Hi there. 

 

I was wondering if it were possible to convert text to numbers or some sort of URL friendly link. For example, "Hello there" would be converted to '435342553' or whatever.

 

I want to do this because for example when someone goes to this URL, example.com/435343434, the number/uri string would be decoded and whatever the text was it would be displayed on the site.  I can write all this code no bother I just need some advice/ideas on the the encoding/decoding of the text.

 

I was looking at some options for doing this.....

 

hexdec - removes spaces

md5 - cannot be decoded?

 

None of them seem to be working, the problem is decoding them.    md5 creates a perfect uri string but as I said it cannot be decoded.

 

I would appreciate any ideas of suggestions.

 

Thanks a million.

Link to comment
https://forums.phpfreaks.com/topic/237515-encodeconvert-text-to-numbersbinary/
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.