OK, I got a form...
I typed it even over from a manual, and it still doesn't work 🙁(
"
<form method="GET" action="form2.php" >
Extra info
<input name="form_info">
<input type="submit" value="submit">
</form>
"
form1.html or form1.php, I don't think it matters? both doens't work so...
form2.php
"
<?php
echo "res: " . $form_info . "<br>";
?>
"
in the bar :/php/image/scripts/form2.php?form_info=qqqqqqqqq
but what do I get
res:
and nothing further
I know it's stupid, but I can't seem to find the problem 😢
Pleaze help