//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value.
You're still being very vague. YOU know exactly what you're talking about. The rest of us haven't got a clue. You've not shown any source code in php or html.
Try showing us some code wrapped in [php] tags and we'll do what we can to help.
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value.
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