Author Topic: Dailymail not counting  (Read 1520 times)

MagicStrategy

  • Posts: 13
    • View Profile
    • http://KillerSalesLetter.com
Dailymail not counting
« 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

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Dailymail not counting
« Reply #1 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
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting