As you can see here [Invalid] Markup Validation of http://latwap.com/top/ - W3C Markup Validator
I have an weird error, it's says that i have not UTF8 codec...
But as you can see at http://latwap.com/top/ source you can see
I did some research by myself and found that it can be fixed by adding
http://www.perlmonks.org/?node_id=610066 on page. If that true, can anybody explain where this must be putted?
I have an weird error, it's says that i have not UTF8 codec...
But as you can see at http://latwap.com/top/ source you can see
PHP Code:
<?xml version="1.0" encoding="UTF-8"?
PHP Code:
$xml = decode('iso-8859-1', $xml);
Comment