Hi,
Being a programmer in ERP systems for a decade, PHP is confusing(at least for me)
I guess it is a simple task, but not for me...so if you can help I will be greatful
1. I have 3 different pages(1.php, 2.php, 3.php) that go to same detail.php page with dynamic content.
2. If I click 'back' or use javascript.goback(-1) I get an resend window which I want to avoid
3. Therefore I want to record which page I am coming from to direct where to go from my back buttom
4. In my opion I need to use a global variable that can been read in detail.php.
I have tried sessions which for me dont work.
If you have suggestion how to solve this I will appriciate very much
Kind Regards
Tom