View Single Post
Old 09-08-2012, 11:43 PM   PM User | #5
vroom
New Coder

 
Join Date: Sep 2012
Posts: 71
Thanks: 0
Thanked 8 Times in 8 Posts
vroom is an unknown quantity at this point
As above, more information, try breaking things down a bit...

1) On page xyz.php they register using code on page wxy.php (if not the same).
- more details... I do/don't redirect the user.

2) Upon registration page xyz.php defines session variables a, b and c.
- more details... I do/don't redirect the user.

3) On page vwx.php I want the user details to display based on session variable a.
- I do/don't know if the session variable is present on page vwx.php.
- I do/don't know that user details are retrieved using the session variable.

Give us the logical sequence, whats being done or attempted, and the things you have been able to figure out so far.

Last edited by vroom; 09-08-2012 at 11:44 PM.. Reason: spelling
vroom is offline   Reply With Quote