[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - Some easy way to store the opened panes and tabs ?
Page 1 of 1

Some easy way to store the opened panes and tabs ?

PostPosted: Wed Feb 14, 2007 10:17 am
by masterfoxmp3

PostPosted: Wed Feb 14, 2007 10:10 pm
by FickD
Store in what manner? I write the information when the pane is opened into the session in PHP so when a user hits the refresh button I can reopen all the panes to exactly where they were at... is this something you're looking for? My solution requires PHP Sessions.

Daniel

PostPosted: Thu Feb 15, 2007 10:15 am
by masterfoxmp3

PostPosted: Fri Feb 16, 2007 4:39 pm
by FickD

PostPosted: Fri Feb 16, 2007 10:26 pm
by masterfoxmp3