|
You can use JavaScript to format the data into CSV if CSV is just text.
Then the simple PHP script can either write it to a file on the server, or paste it into an email and send it to you.
Your server will have to either have a folder with read write and execute access for the script, or access to a mail sender, emails can usually be sent with the mail() function in PHP as long as the server owner has not turned it off.
|