Forum Moderators: open
<?php
header('Content-type: text/xml');
$feedback = "See <a href=\"http://www.example.com\">this</a>!";
?>
<xmlresponse>
<verdict><?= $feedback?></verdict>
</xmlresponse>
Can I send html markup?
Can I make sure that the markup is parsed (not just displayed) when it hits the browser?