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

2009-05-17 Thread 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 under another name and closes Excel:

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

2009-05-17 Thread 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 not be php's mail func contracy to