Totally Zenned
- Join Date:
- Mar 2009
- Posts:
- 616
- Plugin Contributions:
- 0
set_snapshot - can I use it for scripts outside of index.php?
I have been trying to figure it out myself, but I can't :no:
$_SESSION['navigation']->set_snapshot();
If I just set that, it seems to strip out the base page, I don't want it to strip the base page, please help.
So if page was...
website.com/module_here.php?variable=3333
it snapshots
website.com/?variable=3333
I want the snapshot to redirect back to the previous page and not strip any information out.