I would like to understand how to save my output text file to a directory called feeds.
file_put_contents(date('Y-m-d_His') . './/feeds//.archive.txt', $output);
file_put_contents(date('Y-m-d_His') . '.\feeds\.archive.txt', $output);
There are no errors just don't understand how to tell the output file to save to a directory called feeds.