Hallo Forum,
testet bitte mal folgendes kleines Script:
<?php
session_name("HALLO");
session_start();
echo"<form>Hallo</form>";
?>
Hat jemand eine Ahnung, wo das hidden-field im Quelltext herkommt? Und woher kommt das "/" am Ende des Form-Tags?
Würde mich über Antworten sehr freuen.
Viele Grüße!
Markus
testet bitte mal folgendes kleines Script:
<?php
session_name("HALLO");
session_start();
echo"<form>Hallo</form>";
?>
Hat jemand eine Ahnung, wo das hidden-field im Quelltext herkommt? Und woher kommt das "/" am Ende des Form-Tags?
Würde mich über Antworten sehr freuen.
Viele Grüße!
Markus
Kommentar