MagicShop^PT Posted January 28, 2004 Share Posted January 28, 2004 Hi, i have a flash header at my site and know i want to put another 1, but this 1 with some animation (like a intro header) but i only want it to load it for the 1st time.... then when in the site i want it to load a dif 1 without the animation... Any help with this problem?? thanks in advance MagicShop url: www.inforcoimbra.com/loja Link to comment Share on other sites More sharing options...
mtimdog Posted January 28, 2004 Share Posted January 28, 2004 if (isset($_SESSION['first']) && !$_SESSION['first']){ $flash_name='second flash'; }else{ $_SESSION['first']=false; $flash_name='first flash'; } tep_image($flash_name); or something similar. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.