PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am trying to force a download of a .csv file from a form which calls it self. here is the code I am using. Is there no way to modify the header on a page that calls it self? What exactly do I need to do to get this download to go?
here is the error message I receive from IE when I try to execute.
Warning: Cannot modify header information - headers already sent by (output started at directoryinfo/stats.php:50) in directoryinfo/stats.php on line 509
Warning: Cannot modify header information - headers already sent by (output started at directoryinfo/stats.php:50) in directoryinfo/stats.php on line 510
Last edited by Bain on Tue Sep 07, 2004 9:33 am, edited 1 time in total.