Thread: URL format ?
View Single Post
Old March 1st, 2007, 11:17 AM   #9 (permalink)
Bills
Member
Verified Customer
 
Join Date: Jan 2007
Posts: 55
Chuck where can I find the code you referred to i.e.

// Remove expired searches
$expiredate = time() - ( $Globals['searchhold'] * 86400 );
$queryq = ppmysql_query("DELETE FROM {$Globals['pp_db_prefix']}searchids WHERE date < $expiredate", $link);
Bills is offline   Reply With Quote