<?php
$file = file_get_contents("test.txt");
print($file);
?>
Test.txt has
Quote
1
2
3
4
5
6
7
2
3
4
5
6
7
but when I upload it and test it out, I get:
Quote
1 2 3 4 5 6 7
How can I make it copy the new line or make a new line after each number?
Posted 23 May 2006 - 09:16 PM
<?php
$file = file_get_contents("test.txt");
print($file);
?>
Quote
Quote
Posted 23 May 2006 - 10:30 PM
Posted 24 May 2006 - 03:13 AM
0 members, 1 guests, 0 anonymous users