Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT firstname, lastname, message FROM mytable
"First Name","Last Name","Message"
"Bob","Smith","Hi there!"
"Jane","Van Wild","You are ""so"" cool"
[navy]$filename[/navy] = "download_" . [navy]$year[/navy] . [green]sprintf[/green]("%02d", [navy]$month[/navy]) . ".csv";
[green]header[/green]("Content-Type: text/csv");
[green]header[/green]('Content-Disposition: attachment; filename="' . [navy]$filename[/navy] . '"');