我的资产名称的文件夹是login.My疑问就是如何设置路径。
$data=$id.'~'.$expense_type.'~'.$amount.'~'.$exp_date.'<br>';
$todate= date('Y-m-d');
echo $todate;
if ( ! write_file('.../assets/login/log_'.$todate.'.txt', $data))
{
echo 'Unable to write the file';
}
else
{
echo 'File written!';
}
有关数据,但路径没有问题是不对的我设置
我的路径是“本地主机/项目/ PRO /应用/资产/登录/(特定的.txt文件)”
输出是无法写入文件