This use to work on a online host of mine but it won't work now:
input.php
<form name="getinput" method="post" action="result.php">
Input: <input type="text" name="value"><br>
<input type="submit" value="Update Data">
</form>
result.php
<? echo ($value); ?>
I just get a "Notice: Undefined variable: value"
I've searched and don't know why I havn't been able to find a simple script.