I'm trying to figure out how I can keep the variables I've got when following a link to another PHP file, or even the same file. I don't know if I'm putting this clearly or not, sorry if I'm not, but... what I'm asking is, can I say "go to this file, and have the same $text variable with the same value as you had in this file"? Also if it could be done with a form such as the following, that would be helpful.
<FORM ACTION="hello.php" METHOD="GET">
<P>Action: <INPUT TYPE="text" NAME="action" />
</P>
</FORM>
Thanks in advance, and I apologise if this is something of a newbish question.