I know how to read table and make some CSV file that should be ready to download. Contents of file is in variable called $exptekst. I made this in PHP and it's working but I would like to be in position to give a my name that would change each time when download is activated. Now, I know only to "download" always under same name: exported_table.txt.
How to change it? I made also some var like
$filename before this part of code and give other name and put code in this way:
but then script save CSV file under name of script himself (e.g. downloadit.php)
