We are having problems with PHP reading an xls file created via a kronos cllient. Something wierd is happening and causing us fits. We've added a plugin for reading xls files, which works on some files, but not on the one we need.
I have written a quick and easy VFP program to upload and read the same xls file and process it. It works. I am wondering if anyone out there has any experience calling a VFP com object or executable from a php script?
My goal with this. Run a php program that calls the Visual Foxpro com or exe. This will pop up the upload script in foxpro, read the xls file and process it into a file PHP can then continue with.
I've searched the web, but I've found little.
Thanks in advance if anyone has any tips.
jdc44--