Forum: MySQL Sep 14th, 2007 |
| Replies: 3 Views: 7,744 The problem was in the PHP code...I needed to add a few steps that were missing the code went from:
if ($action == "decline")
{
$query = "delete from orders where id=$id and... |
Forum: MySQL Sep 14th, 2007 |
| Replies: 3 Views: 7,744 I am emailing a field from a MySQL DB table. The field type is text. Basically, it is an accept email. How can I make it so the email sent is capable of emailing HTML to make the message more... |