Hi everyone 😃 I searched on the Internet a script to replace special character withe the code for HTML. I found nothing.

I would like to know if I can make it myself. Or please, send me a scrip that can treat special character for UTF-8 and a script for ISO-8859-1.

Have a nice day! 😃

    For ISO-8859-1 use [man]htmlentities/man.

    For UTF-8 it seems to be better to use [man]htmlspecialchars/man.

      Write a Reply...