Ok i want this
<?php
$fp = fopen("http://cerberus.vpsland.com/Highscore.txt", "r");
$data = "";
while(!feof($fp))
{
$data .= fgets($fp, 4096);
}
echo $data;
?>
which displays Highscore.txt to ignore "-" and "|" and list the people like
- MantleRage 1485
- Name Score
and so on