View Single Post
Old 05-07-2005, 07:36 AM  
Antonio
Too lazy to set a custom title
 
Antonio's Avatar
 
Join Date: Oct 2001
Location: Spartaaaaaaaaa
Posts: 14,136
Quote:
Originally Posted by mortenb
php

put the text in a .txt file with one sentence on each line

<?php

$data = file("filename.txt");

for($i=0;$i<count($data);$i++) {
echo UCFirst($data[$i])."<br>\n";
}

?>
It works,
Thanks again
Antonio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote