htmlspecialchars seems to be what I want
Code: Select all
<?php include $_SERVER["DOCUMENT_ROOT"] . "/tournaments/html/group1.html"; ?> <!-- Arena conveniently formats results -->Code: Select all
echo htmlspecialchars(file_get_contents($_SERVER["DOCUMENT_ROOT"] . '/tournaments/html/group1.html')); what should I do to this include call to pass it through the converter?
so that the table shows properly?