Hi all, i am working on a PHP script to make Site hits recorded using the MySQL database. The Hits stats along with the user ids needs to be downloaded as a file, is it possible to force a download of this data without writing into a file.
thanks
You can create a new file (or overwrite an existing file) and then write the data in to it or you can generate a plain text file in the browser and then save it's source or simlpy copy-pase the data.