Hit here, please can someone help me a little script?! i have a game script that write de score file like this: nick1 1000 nick2 850 nick3 500 ... i want to ouput the scorefile in a html file with position number, nick and score <table border="0"> <tr><td>1.</td><td>nick1</td><td>1000</td>...