PHP Classes

Excel to PHP

Recommend this page to a friend!

      PHP Classes blog  >  Read and Write Micros...  >  All threads  >  Excel to PHP  >  (Un) Subscribe thread alerts  
Subject:Excel to PHP
Summary:Excel to PHP
Messages:2
Author:Ian Onvlee
Date:2015-10-27 09:48:31
Update:2015-10-28 21:23:18
 

  1. Excel to PHP   Reply   Report abuse  
Picture of Ian Onvlee Ian Onvlee - 2015-10-27 13:53:52
Using the PHP header function from article part 1 right after the php statements in part 2 will of course only work if no html is outputted yet. So I'll have to find a way to make this knowledge useful in a real life practical situation myself.

Ian Onvlee

  2. Re: Excel to PHP   Reply   Report abuse  
Picture of Ashraf Gheith Ashraf Gheith - 2015-10-28 21:23:18 - In reply to message 1 from Ian Onvlee
Why you do not buffer the page content and write it out after all the headers have been written.