Code Library
Home Submit Free Hosting Link To Us Contacts

PHP File Read using for looper

PHP File Read using for looper PHP PHP File Read using for looper Download (.zip)



<?
$data = file("file.txt");
for($i=0; $i<=count($data)-1; $i++) echo htmlspecialchars($data[$i])."<BR>";
?>






Tatet