I need to extract a certain string from a webpage and workon it. In the website it is given like this :
Decrypt the following random string: O2tsOGJeLj0saj07ODM1IQ==
I need only the base64 encoded part, but I can't think of any way. I tried using substr()
and strstr()
but I messed up and its giving error.