I created a list and detail page using Developers Toolbox and from the detail page, I want to be able to get to a series of other pages, all using the ID from the detail page.
So...here's my example. You login and search the mbrlist.php page for your user. Based on their ID, it loads their information into the mbrdetail.php detail page.
Once you get to this mbrdetail.php page, I want the user to be able to get to other pages such as mbrevents.php, mbrsocieites.php, etc. But I want the ID that was loaded in original detail page to carry through.
I'm extremely new to PHP and DT, so I'm wondering if this is possible and if so, is a URL variable the best way to do it?
If yes, how would I do this?
I appreciate any/all help.
Thanks for your time.