Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Text converter Re: Text converter

#71744
matt25
Participant

PHP can do the job:

Code:
dogs“;
echo htmlentities($string);

// This would return:

This is my string & I like <b>dogs</b>

Hope this helps,
Matt