duanfang2708 2012-03-20 21:45
浏览 69
已采纳

将表单字段从Coldfusion页面传递给PHP

What is the best way to go about passing a simple form from a .cfm page to .php

<form method="post" action="process.php">
<input type=text id="message" />
<input type="submit" />
</form>
  • 写回答

3条回答 默认 最新

  • doutui2883 2012-03-20 21:49
    关注

    That's the best way to do it, actually. As log as your process.php page is setup to accept FORM variables. That page can receive Form variables from any language/webserver.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?