Forum Moderators: coopster
I'm planning out a project and I have a question I thought I'd throw out...
I am going to be presenting a coupon to a user and I was wondering if there is a way - through PHP - to control the number of times a user can print it.
I figure I can present a PRINT NOW button with the coupon and then record to a database when it is clicked, and then if they view thew the coupon again, check for that and deny viewing the coupon if appropriate.. However... I'm pretty sure I cannot control the Browsers print function..
...is this true?
Thanks in advance...
Russ
About denying opening it a second time. What happens if the user views and prints the coupon, closes the window, and the printer jams? They wouldn't be able to open it again to reprint?
What about printing a unique code on each coupon and only accepting each code once?
[edited by: Nutter at 5:35 pm (utc) on July 22, 2008]