RE: [PHP-WIN] Excel OLE Automation using COM: file access problem

2009-05-18 Thread Faubry, Samuel
> From: Richard Quadling > 2009/5/18 Faubry, Samuel : > > Hi, > > > > I am interfacing PHP and Excel to build a web-based > reporting tool. I am running IIS6.0 with PHP 5.2.5 on Windows > Server 2003, with Office 2003 installed. > > > > For testing purpose, I wrote a script that just connects to >

Re: [PHP-WIN] Excel OLE Automation using COM: file access problem

2009-05-18 Thread Richard Quadling
2009/5/18 Faubry, Samuel : > Hi, > > I am interfacing PHP and Excel to build a web-based reporting tool. I am > running IIS6.0 with PHP 5.2.5 on Windows Server 2003, with Office 2003 > installed. > > For testing purpose, I wrote a script that just connects to Excel, opens a > workbook, saves it

Re: [PHP-WIN] Debug PHP , Write Every Action (and not just errors debug related) into a file

2009-05-18 Thread Richard Quadling
2009/5/18 Louis Solomon : > you could use error_log() with __LINE__ __FILE__ right before each call to > mail() to track the usage.  Yes this does mean searching and editing a lot of > files, but it will get you an answer (or more accurately it will show you > what is not causing it.  As it may