【发布时间】:2017-05-02 21:42:51
【问题描述】:
我正在学习将 php 与 mysql 和 curl 一起使用。 我需要使用 curl 和 php 在外部网站上使用来自 mysql 的表单数据自动填充表单内容的指针。表单提交成功后会显示确认页面。
外部表单位于:https://get.uber.com/new-signup/
代码中的form标签是:
<form id="signup-form" action="/signup_submit/" method="POST" autocomplete="on">
请指教.....
提前谢谢...
【问题讨论】: