[TYPO3] POST and GET in backend extension
Lasse Guldsborg
lasse at clioonline.dk
Thu Dec 13 12:22:09 CET 2007
Hi list
Could someone please help me understand how to handle POST and GET in
backend extension programming?
Perhaps by correcting this example:
index.php:
<form action="sendmail.html" method="post">
<input type="hidden" name="username" value="myusername" />
<input type="submit" value="send" />
</form>
sendmail.html:
<td>Username: <?php echo $_GET["username"]; ?></td>
Cheers,
Lasse
More information about the TYPO3-english
mailing list