I need to know how to have a php page with a variable send that variable/information to the next page....
I have a sign-in page (html) that posts to a php page which checks the db and displays the users account info. On this page the user can add a new user and i dont want the user to have to enter the account #, just the new information. The account number is stored as a variable on this page and it needs to be sent along with the new user information on the post so the next page can use it to enter all the info into the db. I've read some about sessions but I dont really understand them and am looking for an easier method.
THANX!
Adam