//ob_start();
if ( stristr($_SERVER["HTTP_ACCEPT"],"application/xhtml+xml") )
{ header("Content-type: application/xhtml+xml;charset=utf-8"); }
else { header("Content-type: text/xml;charset=utf-8"); }
echo "\n";
// Write Code here
ob_get_contents();
//?>
No comments:
Post a Comment