Why base64 ends with == ? Sometimes it ends with == in random characters.
I want to know how to remove those == or = from random characters. Which is the best and right way to remove these = from random characters?
Is this the best way to remove these == ?
str_replace("=","",$url)