Code: Alles auswählen
<form name="form1" method="post" action="">
<input type="text" name="TXT_Input" value="This is a 'test' string!">
<input type="submit" name="BTN_Debug" value="Debug Field Text">
</form>
<?php echo $_POST['TXT_Input']; ?>