Can i resend a variable that its already received in a page?, i send by a form a variable called V1
then in another page i receive it as $V1 = $_POST[V1]; but i need this variable in a diferent page, but
i need the same value, how can i re post this variable to receive it in another page?, plz i need help with this.
Thank You
Help with POST
Moderator: General Moderators
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Use sessions.