Skip to content
Advertisement

Decode base64 mixed with html In PHP

I’m using base64_decode in php in order to decode a message content. My message content is mixed with html, english and base64 encoding

Is there any way to decode the message to plain html?

example:

JavaScript

Advertisement

Answer

found the simple solution, used two decoding methods.

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement