Page 1 of 1

php file download showing html tags

Posted: Sat Jun 30, 2012 12:29 am
by sucindran
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.

Re: php file download showing html tags

Posted: Sat Jun 30, 2012 5:07 pm
by requinix
Hard to say without seeing any code.

Re: php file download showing html tags

Posted: Sat Jun 30, 2012 7:24 pm
by califdon
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.