// anything that needs doing once per day! // ============================================ function BrandNewDay ( ) { if ( Application ( ‘BrandNewDay’ ) == 1 ) { // now set data into Application variables Application.Lock ( ); Application ( ‘BrandNewDay’ ) = 0; Application.Unlock ( ); // send out email or d
continue >>
Feb
10
Removing Unconfirmed Members
Comments (0)
ASP
Tags: