Hi all, when I first created this PHP page, it worked - now it doesn't ($NewText stays blank). I tried clearing my cookies, cache, and history - any tips? Thanks!
Chris
<form method="post">
Add text: <input type="text" name="NewText" value="">
<input type="submit" value="Refresh">
</form>
Your new text is: <? print $NewText; ?>