View Single Post
  #9  
Old 14th January 2013, 05:44
ndbj ndbj is offline
Senior Member
 
Join Date: Dec 2012
Portugal
Posts: 35
Default
Quote:
Originally Posted by sharpie View Post
i think the $last_browse needs to be incorporated into the browse.class.php somehow
put this at the end of your browse.class.php
right before the stdfoot

PHP Code:
mysql_query("UPDATE users SET last_browse=".gmtime()." where id=".$CURUSER['id']); 
and i think all the new tags will be cleared with refresh, no need to add button to remove new tag.
Reply With Quote
The Following User Says Thank You to ndbj For This Useful Post:
romano1 (14th January 2013)