Help with POST

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
StaticConvulsioN
Forum Newbie
Posts: 3
Joined: Thu Apr 26, 2007 12:30 pm

Help with POST

Post by StaticConvulsioN »

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
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Post Reply