I am using the php code to download a CSV file. The file is also downloading but after the download at the top of the file it shows some HTML codings with my datas. how to remove the html contents.
I appreciate your advice.
php file download showing html tags
Moderator: General Moderators
Re: php file download showing html tags
Hard to say without seeing any code.
Re: php file download showing html tags
Just off the top of my head, I'd say your php script has html code in it, but it's impossible to know, as requinix said, without seeing any code.