SESSION variables & POST variables

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
jhack
Forum Newbie
Posts: 10
Joined: Wed Mar 11, 2009 9:46 pm

SESSION variables & POST variables

Post by jhack »

Hi,
Is there a connection between $_SESSION variables and $_POST variables
Haddman
Forum Newbie
Posts: 8
Joined: Tue Aug 04, 2009 9:01 pm

Re: SESSION variables & POST variables

Post by Haddman »

You can read about $_POST here, and $_SESSION here.
Post Reply