Platform: Windows 7 Professional Web Server: WAMP 2.1
I'm currently on the process of building a site that can generate reports using php. I already have reports in my MS Access and I wanted to use it for me to save time instead of creating again with the same report in other reporting tools. Now, I'm using this code:
shell_exec("\"C:\\Program Files (x86)\\Microsoft Office\\Office12\\msaccess.exe\" \"E:\\central\\projapps\\HSSE\\hsse.mdb\" /X \"HSSE TRAINING STATISTIC\"");
First Setup:
- WAMP server is down,
- httpd.exe is running as console application, a black window(cmd prompt-like)
- the above code will generate my report and viewed in MS Access
- but the whole website can't be viewed as it should be
Second Setup:
- WAMP server in up
- httpd.exe is not running as console application
- the above code will not generate my report
- whole website will run perfectly
On the second setup, Interactive Services Detection will come-up. Hope I deliver myself clearly 'coz I really need this badly. Thank in advance and you all have a great day.