Saving a .xls file with fwrite
问题 I have to create a script that takes a mySQL table, and exports it into .XLS format, and then saves that file into a specified folder on the web host. I got it working, but now I can't seem to get it to automatically save the file to the location without prompting the user. It needs to run every day at a specified time, so it can save the previous days leads into a .XLS file on the web host. Here is the code: <?php // DB TABLE Exporter // // How to use: // // Place this file in a safe place,