How would I go about converting unicode to HTML? Is there a function in PHP that does this? The data I am getting is from a database, which the script will read into a variable.
So how would I convert any unicode in $var to standard HTML? Thanks for any help!