0

我的代码从我的 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]:无法打开流:/home/kiwigami/ 中没有这样的文件或目录第 27 行的 public_html/upload.php

4

1 回答 1

2

确保你有一个uploads目录/home/kiwigami/public_html/

于 2012-05-14T09:56:11.700 回答