criterion9;1235883 wrote:No PHP needed for the OP's request at all:
<form action="get">
<input type="text" name="thing" value="Waffes" />
</form>
Typed that way too fast and didn't read over what I typed.
<form method="get" action="http://somedomain.com/edit.php">
<input type="text" name="thing" value="Waffes" />
</form>