hotti: POST submit

Beitrag lesen

hi,

echo " <form method="POST" target="_self" enctype="text/plain">
if (isset($_POST['submit'])) {

Du hast keine action-note. Z.B. könnte

form action="/script.php"

bewirken, dass im Script script.php die Variable $_POST['fieldname'] einen Inhalt bekommt.

Hotti