ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: MagicStrategy on February 28, 2005, 06:10:15 am

Title: Dailymail not counting
Post by: MagicStrategy on February 28, 2005, 06:10:15 am
When I get my Dailymail report, sometimes it counts correctly and sometimes it gives me a zero for new signups.

Yet the total counts are correct. When I compare to the previous dailymail report, I see the old totals.

Rich
Title: Dailymail not counting
Post by: DW on February 28, 2005, 11:02:09 am
The program simply checks and counts all users who signed up the day before dailymail ran with a MySQL statement:

Code: [Select]
// count new users
   $cmd = "select id from $utable where list = '$list' and cnf = '1' and dateadd = '" . date("Y-m-d",mktime(0,0,0,date("m"),date("d")-1,date("Y"))) . "'";

Are you sure you had signups the day before?

Regards