Und weils so schön war, nochmal...
$oldSep=";"; $newSep="</td><td>";
echo "<table ....>\n"; echo " <tr><td>\n";
while (!feof($handle1)) // Hier... { $oldLine=fgets($handle1); $newLine=str_replace($oldSep, $oldLine, $newSep);
echo $newLine; echo "</tr>\n<tr>"; // Hier... } echo "</td></tr>"; // Hier...
?>
Viele Grüße
Tom