$fh = fopen("data.txt", "r");$allowable = "";while (!feof($fh)) : print fgetss($fh, 2048, $allowable);endwhile;fclose($fh);?>