php POST数据并保存

时间:2012-05-14 09:53:20

标签: php post

我的代码错误地从我的Android应用程序接收数据。有人可以解决我的问题。我已经包含了在发布数据时收到的错误。

<?php

    $filename = "uploads/";

    $filename = $filename."data".date.".txt";

    file_put_contents($filename, $_POST) ;


?>

错误日志:

  

[14-May-2012 09:49:32 UTC] PHP警告:   file_put_contents(uploads / datadate.txt)[function.file-put-contents]:   无法打开流:没有这样的文件或目录   第27行/home/kiwigami/public_html/upload.php

1 个答案:

答案 0 :(得分:2)

确保uploads

下有/home/kiwigami/public_html/目录