Hi Tobias
Grundsätzlich hab ich das Problem wo und wie ich den Php Quelltext einbinde
<TEXTAREA id=oTextarea ALIGN=left STYLE="height:100; width:95%;background-color:white; padding:3; border:inset #99ccff; scrollbar-base-color:#99ccff; overflow=auto;"></TEXTAREA>
if (isset($_REQUEST["oTextarea"])) {
^^^^^^^^
$lines = preg_split("/\r\n/", $_REQUEST["oTextarea"]);
^^^^^^^^
foreach ($lines as $key => $value){ {
echo 'Der Inhalt von Zeile '.$key.' ist: "'.$value.'"<br>';
}
}
Ps: Dank Dir erstmal für Deine Antworten
Klaus