Can some1 please convert this script to xhtml please? :D
Thanks in advance!
Thanks in advance!
header("Content-type: text/vnd.wap.wml\n"); echo("<?xml version=\"1.0\" encoding=\""._ENCODING_TAG."\"?>\n");
header("Content-type: application/xhtml+xml\n"); echo("<?xml version='1.0' encoding='iso-8859-1'?>\n");
echo "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />";
Comment