2014-03-19 6 views

답변

0

:

curl_setopt($curl, CURLOPT_HTTPHEADER, array("Content-Type: text/plain")); 

을하고이를 잡아 :

file_put_contents('/home/donut/uploads/data.txt', file_get_contents("php://input")); 
+0

그냥 딱! –