I know about the PHP function encode() and decode(), they work well for me, but I want to pass the encoded string inside an url, but encode does return special chars like "=" "," "'" etc....
This does obviously break my script, what would be the best way to encode a string and get only numbers and characters?
Should I use a special hash?