I've receiving HTML via phpQuery code. When I review the code the HTML looks like this

??<�!DOCTYPE html> <�html> <�head><�meta http-equiv="Content-Type" content="text/html; charset=Unicode"><�/head> <�body><�p>>

How can I fix this as it's giving me errors later in my code?

    Modify the character set? Not sure you've given enough info to know WHERE. Maybe inside the DB source? (off to Google for 'phpQuery' ....)

      Write a Reply...