Posted by SG on 10/09/81 11:34
Please bear with me as i'm new t ophp. In page 1 I ask for a variable in a
form, like <input type=text name="lunch"> and the next file handes the
variable.
If I want to use the same variable in page3 or page 103, I think I have to
use
$_POST[$lunch]
Is this right or do I have to use
$_POST['$lunch'] or
$_POST[lunch] or
$_POST['lunch']
Nothing I do seems to work.
The same seems to be wrong when I use the $_REQUEST[] function.
Navigation:
[Reply to this message]
|