1
I wonder if it is possible to create files dynamically and make them available for download in PHP.
Basically, I am recovering some data from the Database, and my idea was to automatically create a file with this information, allowing the user to download the file in question (that is not in a forced way).
I think it is possible with the download attribute in a link, <a href="" download>
– Matheus Lopes Marques
here you can find a download script with php https://answall.com/questions/114254/download-de-arquivos-em-php
– user60252