View Single Post
  #5 (permalink)  
Old 12-02-2008, 11:43 AM
cjard's Avatar
cjard cjard is offline
VB.NET Forum All-Mighty
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Apr 2006
Age: 65
Posts: 6,442
Reputation: 807
cjard has a reputation beyond reputecjard has a reputation beyond reputecjard has a reputation beyond reputecjard has a reputation beyond reputecjard has a reputation beyond reputecjard has a reputation beyond reputecjard has a reputation beyond reputecjard has a reputation beyond reputecjard has a reputation beyond reputecjard has a reputation beyond reputecjard has a reputation beyond repute
Default

Of course; you can form an HTML page and send it in the mail, the HTML can contain a FORM whose target is your php page, and thus the buttons would cause POST data values to be submitted to the page. Even simpler, you can maybe just include links of the form:

<a href='http://myserver.com/mypage.php?id=1234&action=y'>Yes</a>
<a href='http://myserver.com/mypage.php?id=1234&action=n'>No</a>


Beware using images in emails; its a common trick by spammers to find out when/if a mail was viewed (your browser/client opens the mail, retrieves the image and the webserver logs the image retrieval thereby knowing your email address is valid and read. Outlook etc protect this by removing picture links until a "download pictures" option is chosen. Not cool for your purposes
__________________
DW1 DW2 DW3 DW4 DNU PQ
Reply With Quote