Forum Moderators: buckworks
Using PHP, how would you know if a customer has read your messages or not?
Habtom
New products: www.#*$!.tld/newsletters.php?id=121212&dest=products
Testimonials: www.#*$!.tld/newsletters.php?id=121212&dest=testimon
Then watch for $_GET['id'] in newsletters.php, save stats into DB and redirect to a corresponding file.
This is the only reliable way, this does not show an exact number of users who has read it, but at least who has acted in some way. You might use this information together with pictures-"bugs" (where not blocked) to get an approximate number.