I am trying to understand how Sessions possibly work and what makes them work.
I am trying to make a control panel, but I have one problem. When I go from the index to the account options, the information doesn't send over.
I have 5 pages in my user control panel.
1. Index
2. Account Options
3a. Upload File Form
3b. Upload File Actions
4. Video Options.
I don't get how sessions work... I know they can store variables throughout multiple pages...
I have already done the following tutorials...
w3schools
tengiz *or whatever it is*
php.net
and phpfreaks
I am trying to have it so that a logged in user on index.php can click on upload video link and then it would carry either the username or the user id in a variable.
Thanks


Reply With Quote

Bookmarks