|
|
|
ถามเรื่องการยิง curl แล้วกรอก user, password ที่หน้าเว็บครับ |
|
|
|
|
|
|
|
ใช่ครับ
|
|
|
|
|
Date :
2014-01-23 17:18:27 |
By :
ใช่ครับ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วมันขึ้น box ถาม user password อย่างงั้น ผมจะต้องโยนค่าให้มันยังไงอ่ะครับ
Code (PHP)
$xmlData .= "user=xxx&password=xxx";
$url = "http://10.12.3.12/stream/cmdlog.php";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POST, TRUE );
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_POSTFIELDS, $xmlData);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT,0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec($ch);
curl_close($ch);
ทำไงให้มันใส่ user password เองออโต้อ่ะครับ
|
ประวัติการแก้ไข 2014-01-23 17:31:28
|
|
|
|
Date :
2014-01-23 17:30:14 |
By :
เด็กโง่ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|