|
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
|