dpl74687 2013-08-25 02:20
浏览 244
已采纳

PHP创建一个日期为文件名的.txt文件

Is it possible to use date as a filename when creating/opening one with fopen? I have a form that writes user data to txt file, but I would like that everytime user submits info, new txt file is generated with date in file name.

Here is my try

$myfile='/home/myaccount/public_html/test/tiog/'.date('m-d-Y_hia').'.txt';
$fh = fopen($myFile, 'w') or die("can't open file");
fwrite($fh, $upisufajl);
fclose($fh);

Error I'm getting is

Warning: fopen() [function.fopen]: Filename cannot be empty in /home/...

And how could I encode it in UTF8, so that it supports special characters (čćšđž)?

Thanks

  • 写回答

1条回答 默认 最新

  • doujianwei8217 2013-08-25 02:30
    关注

    Jeremy, you are getting that error because your variable is misnamed:

    $myfile= .... pen($myFile ....
       ^                 ^
       '-----------------'--------- see?
    

    The second issue you have (regarding file encoding) is because text files are usually in plain ascii. If you want to save in UTF-8, it's perfectly fine...just make sure the string you are saving is in UTF-8.

    Example:

    file_put_contents($myfile, utf8_encode($upisufajl));
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 maixpy训练模型,模型训练好了以后,开发板通电会报错,不知道是什么问题
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 有没有帮写代码做实验仿真的
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥30 vmware exsi重置后登不上
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容