View Single Post
Old 05-07-2005, 07:25 AM  
mortenb
Confirmed User
 
mortenb's Avatar
 
Join Date: Jul 2004
Location: Denmark ICQ: 7880009
Posts: 2,203
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";
}

?>
mortenb is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote