Forum Moderators: coopster
$submitted = $_COOKIE['sub_file'];
<div id="box">
<fieldset id="form"><legend><a href="$this">Send a File</a></legend>
<form method="post" name="form10">
<p title="URL of a file. "><span class="label">URL of file to send</span><input class="wide" type="text" name="remote" value="http://www.example.com/upload/" . $submitted ></p>
<input type="hidden" name="action" value="mirror">
</form>
</fieldset>
</div>
Any help will be appreciated.
The only other thing I can think to try is erase or comment out those couple of lines and retype them (not paste) - I've had that happen before, some unprintable character sneaks in (or some other inexplicable thing) and causes trouble and retyping the same dadgum thing works just fine.