Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [scorpioncapital] how to send errors to email and resync mysql DB?

Quote Reply
Re: [scorpioncapital] how to send errors to email and resync mysql DB? In reply to
The best you could probably do is just set a cookie on the users PC before the mailing function. i.e;

Code:
my $chk = check if cookie exists;
if ($chk) {
#yes
# dont email
} else {
# no it doesn't exist, so send an email...
# set a cookie here,
}

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread how to send errors to email and resync mysql DB? scorpioncapital 2722 Feb 23, 2004, 4:53 PM
Thread Re: [scorpioncapital] how to send errors to email and resync mysql DB?
Andy 2670 Feb 23, 2004, 11:26 PM
Thread Re: [Andy] how to send errors to email and resync mysql DB?
scorpioncapital 2637 Feb 24, 2004, 9:24 AM
Thread Re: [scorpioncapital] how to send errors to email and resync mysql DB?
Andy 2643 Feb 24, 2004, 9:28 AM
Thread Re: [Andy] how to send errors to email and resync mysql DB?
scorpioncapital 2637 Feb 24, 2004, 9:33 AM
Post Re: [scorpioncapital] how to send errors to email and resync mysql DB?
scorpioncapital 2601 Feb 24, 2004, 9:39 AM
Post Re: [scorpioncapital] how to send errors to email and resync mysql DB?
Andy 2607 Feb 24, 2004, 9:40 AM