Hi,
I want to keep an record on, how user naigates on particular file.
There is file detail.php?id=2
This id 2 have three subids say 4,5,6
Now id 4 also have three sub id say 7,8,9
Now the user clicks on detail.php?id=2
it shows link for 4,5,6
Now user clicks on 4 ,the url will detail.php?id=4
it shows link for 7,8,9
Now user clicks on 7, the user will be detail.php?id=7
I want all three value i e. 2,4,7 at last page .i. e. detail.php?id=7.
Please suggest some idea to do it. Ids are coming from database. Note : file name is not changing (detail.php).
Thanks in advance.