Do you know if files have structure content, how to store files in table or there is usually procedure for such files that I can publish e.g. last 10 up-to-date? :rolleyes:
<?php
$xml = implode(file("myfile.html"), "\n"); echo $xml; ?>