session 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
alexislalas
Forum Commoner
Posts: 44
Joined: Sun Feb 19, 2006 10:09 pm

session variables

Post by alexislalas »

hello to all.


im working for the first time with a more complex way of handeling session variables.

now what i have to do, and have no idea how to do it, is to carry a variable from page to page.

for example. in the first form the user puts in a date and a number, then they click next and they capture some other things, but at the end everything has to end up with the same id in the database?


did i make myself clear enough? hope i did... :?



so, how can i carry the info from page to page? or whats an easy way to do what i need to do?
BigAbe
Forum Commoner
Posts: 66
Joined: Fri Mar 31, 2006 7:41 pm

Post by BigAbe »

You might want to look at viewtopic.php?t=49323.

I'm going through this for the first time, and the awesome folks here have answered a lot of questions, I'm sure you will want to know.

-- Abe --
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Great advice BigAbe.
Post Reply