PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
The value contains an MD5 encoding that i need to match with DB. Is there a way to beautify it so that its not that long? In an email it looks horrible.
I'm guessing this is a plain text email? If so, unless you change the information needed to a more simple form, there's pretty much nothing you can do.. that I know of.
There's a potential to use tinyurl. Or breaking the md5 hash into smaller chunks and using mod_rewrite to hit the proper url.. that's about it.