我想做个汇款留言,请大大帮忙。

2016-07-07 15:07 来源:www.chinab4c.com 作者:ecshop专家

我想做个汇款留言,请大大帮忙。


  1. <div id="globalBigRight">
  2. <h3>我的留言</h3>
  3. <div class="globalModuleContent">
  4. <form action="user.php" method="post" enctype="multipart/form-data" name="formMsg" onSubmit="return submitMsg()">
  5. <table border="0" cellspacing="0" class="tableList topLine">
  6. <tr>
  7. <th>留言类型:</th>
  8. <td>
  9. <input name="msg_type" type="radio" value="0" checked="checked" id="msg_type0" /> <label for="msg_type0">留言</label>
  10. <input type="radio" name="msg_type" value="1" id="msg_type1" /> <label for="msg_type1">投诉</label>
  11. <input type="radio" name="msg_type" value="2" id="msg_type2" /> <label for="msg_type2">询问</label>
  12. <input type="radio" name="msg_type" value="3" id="msg_type3" /> <label for="msg_type3">售后</label>
  13. <input type="radio" name="msg_type" value="4" id="msg_type4" /> <label for="msg_type4">求购</label>
  14. </td>
  15. </tr>
  16. <tr>
  17. <th>订单号码:</th>
  18. <td><input name="msg_title" type="text" size="30" class="textInput" /></td>
  19. </tr>
  20. <tr>
  21. <th>款项:</th>
  22. <td><input name="msg_content" type="text" size="30" class="textInput" /></td>
  23. </tr>
  24. <tr>
  25. <th>日期:</th>
  26. <td><input name="msg_content2" type="text" size="30" class="textInput" /></td>
  27. </tr>
  28. <tr>
  29. <input type="hidden" name="act" value="act_add_message" />
  30. <input type="submit" value="提交留言" />
  31. </td>
  32. </tr>
  33. </table>
  34. </form>
  35. </div>
复制代码


请问要怎样 "msg_content2" 才会在后台的留言显示出来? 需要改那一个文件和那一段?

回答:
有此程序 需要的话pm我~

需要数据库支持的~。。