我正在尝试使用 PHP cURL 在远程服务器上提交表单。页面上的所有字段都根据需要填写,但不会提交表单。提交按钮如下所示:
<input type="submit" name="process" value="Register" id="process-register" class="input-submit process-register">
在我的CURLOPT_POSTFIELDS
中,我正在使用&process=Register
. 是否有可能因为需要 cookie 而没有提交此表单?如果是这样,我可以使用 cURL 创建这个 cookie 吗?
编辑:包含表单的网站是烂番茄。具体http://developer.rottentomatoes.com/member/register