Hallo!
So müsste es aussehen:
</head>
<body>
<select name="wert">
^^ ^^
if(isset($_POST['text']))
{
$dat = fopen(option,"w+b");
^ fehlt da nicht was?
fputs($dat,$_POST['text']);
fclose($dat);
readfile (option);
^ und hier auch
}
else { readfile (option); }
^ und hier ebenso
mfg
frafu