Forum Moderators: coopster

Message Too Old, No Replies

how to record some email have read

         

xbl01234

10:24 am on May 11, 2008 (gmt 0)

10+ Year Member



Hi:
i am trying to write a mail box. my question is how i can record some emails have opened. Could you give me some idea, please.

for example, i got some emails as following:

<a href="email/1">hi<a>
<a href="email/2">hello</a>
.....

Habtom

11:12 am on May 11, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am not sure if I completely understood you, but if you want to mark a row as read, you can update is_read field whenever you run the select statement for the same row.

xbl01234

8:01 am on May 12, 2008 (gmt 0)

10+ Year Member



Thanks for your advice.