I have several PHP pages echoing out various things into HTML pages with the following code.
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
However, when I validate using the W3C validator it comes up with:
The …
I have data in a MySQL database. I am sending the user a URL to get their data out as a CSV file.
I have the e-mailing of the link, MySQL query, etc. covered.
How can I, when they click …