My problem:
If I view the file, I cant see the names of the writers!
I think, it is because the names are in "< >" wich have a meaning in php, right?
does anyone know how to fix it?
Code: Select all
<?php
$log = implode("<br>",file("/logs/eggdrop.log"));
echo $log;
?>