PHP表单提交错误显示不成功

时间:2017-03-16 06:40:19

标签: php html mysql

我用PHP和MySQL创建了这个表单。每当我提交表单并单击“更新”按钮时,它都会显示不成功。我不知道出了什么问题,我需要帮助找到问题。我已附上以下代码。

message.subject ='SUBJECT OF MAIL';
mandrill_client.messages.sendTemplate({
"template_name":'NAME_OF_MAILCHIMP_TEMPLATE',
"template_content": null,
"message": message
}, function (result) {
//DO ON RESPONSE
}, function (e) {
//TRACE Your Error
});

0 个答案:

没有答案