Thanks for the quick reaction. > When is $value assigned a value? Before or after the script prints out > the "<form action=" line?
This $value is somewhere within the form page ($PHP_SELF). If i put $PHP_SELF?#FOO in the script, it all works well. But $value is variable, so the content depends on the action taken somewhere in the script. The general idea is that an internal link gives $value it's own value (like <a name="para1">, so $value would be "para1"). After posting to SELF a jump to para1 must be made. Is this enough? Thanx, Rob. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]