Hallo an alle, habe da ein Tricky Problem.
Brauche dringend ein minimales Download Area Script.
Habe auch eins gefunden, ist aber schon etwas älter denke ich mal.
Das Teil ist supi bis auf eine sache die ich nicht verstehe.
Das Textfeld wird beim Eintrag nicht in der mysql Tabelle geschrieben.
PHP
$eintragen = mysql_query("INSERT INTO ".$tabelle." (titel, cat, icon, datei, date, beschreibung)
VALUES ('$titel','$cat', '$img_datei', '$datei', now(), '$msg')");
PHP
<form method="post" action="" enctype="multipart/form-data">
<textarea name="msg" rows="8" cols="90" ></textarea><br />
Ich kann machen wa ich will ob mit dem IE, Firefox, Chrome
Oder Als Input-feld es wird einfach nichts eingtragen.
Obwohl alles ok laut Script.
Habe das script mal angehangen.