PHP Classes

File: data/_main.db.sqlite

Recommend this page to a friend!
  Classes of Tyler Heshka   PHP Email Tracking   data/_main.db.sqlite   Download  
File: data/_main.db.sqlite
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Email Tracking
Record opened email messages using tracking pixels
Author: By
Last change:
Date: 8 years ago
Size: 240 bytes
 

Contents

Class file image Download
CREATE TABLE "email_log" ( `id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, `email` TEXT, `subject` TEXT, `opened` TEXT NOT NULL ); INSERT INTO `email_log` VALUES (1,'test@example.com','Testing EmailTrack...', '1999-12-31 11:59:59');