Well Im making a site submit kinda script and I wanna give the option to allow my users to download the current list of sites submitted. Now I was thinking somthing like a Export mysql table to a text file but I dont know how or if its such a hot idea since what if theres 200 people all clicking at it the same time.
To solve that I was thinking maby have it auto save to the same folder the submit page is in so it will just auto export the sql table to the text file and alow people to download it. I still dont know how to Export to a format or how to set a given timer using php alone without a cron. Can anyone help me? Right now the Table name will be called "Name" and the database would be called "sitelist".
Much thanks to anyone that can help me with this.