Hi,
I have data in MySQL. I am sending the user a URL to get their data out as a CSV.
I have the e-mailing of the link, mysql query, etc covered.
How can I, When they click the link, have a pop-up to download a CVS with the record from MYSQL? I have all the info to get the record already I just dont see how to have PHP create the CSV and let them download a file with a .csv extension.