2
我已經構建了一個由約90個值組成的表單提交。表單需要提交給另一個具有處理最後一部分的curl會話的頁面。我的問題是,當我提交該表單時,如何訪問$ _Post []數據作爲整個數組,因此我可以將其作爲捲髮數組提交?PHP post數組和捲曲提交
需要得到
<form name="send" action="process.php" method="post">
<input 1>
<inpit 2>
...
<input 90>
</form>
到
process.php:
curl_setopt($ch, CURLOPT_POSTFIELDS, $_Post[]);
抑或是那麼容易,因爲把$郵政[]?
你可以得到整個數組只有$ _post不$ _post [] – 2012-07-29 01:15:54