SPECS: windows XP, Apache 1.3, Mysql, PHP 5.0.5
Creating a php,mysql construct for a logistics firm.
PLEASE need some help in how to open up ms word thorugh php and then update a template saved in there and save it as a new file, and open this file up on the browser so that the user can then print the form.
Have been trying the COM approach:
// Create an object to use.
$word = new COM('word.application') or die('Unable to load Word');
but the web page remains blank on the localhost just loading .... then expires after time limit reached.
If anyone has successfully used the new COM() approach would really appreciate any help on how this is done, and what i could possibly be doing wrong.
Many Thanks