Search found 4 matches
- Wed Feb 10, 2010 1:08 pm
- Forum: PHP - Code
- Topic: passing session variables to another page
- Replies: 5
- Views: 196
Re: passing session variables to another page
Yes, that's it..all works great now. Thanks for your help 
- Wed Feb 10, 2010 5:06 am
- Forum: PHP - Code
- Topic: passing session variables to another page
- Replies: 5
- Views: 196
Re: passing session variables to another page
Just another question..if I wanted to pass another variable through, say $_SESSION['email']. How could I add that to the command line as well as $_SESSION['username']
- Wed Feb 10, 2010 4:25 am
- Forum: PHP - Code
- Topic: passing session variables to another page
- Replies: 5
- Views: 196
Re: passing session variables to another page
Thanks for your help dejvos. Much appreciated. 
- Wed Feb 10, 2010 1:23 am
- Forum: PHP - Code
- Topic: passing session variables to another page
- Replies: 5
- Views: 196
passing session variables to another page
I have a registration website that collects name, email, address etc from a form. The php code that processes the form validates the inputs and creates sessions for the variables so I can use them on a confirmation page once the form is submitted. I have used a shell script .. eg exec ("/usr/lo...