Posts by YanF • 1 point
1 post
-
0
votes1
answer49
viewsQ: PHP file download taking all html code instead of file content
Well, as the title implies. My code is downloading all the html from my page instead of just the content I write in the file. if(isset($_GET['cpf'])){ //config $namefile = $_GET['nome'].'.txt';…