Re: [PHP-WIN] More COM questions...

2001-10-04 Thread Alan Brown
tworkAdapter->MACAddress . "\n"; print "\tinet addr:" . $IpAddress[$ii] . " Mask:" . $NetMask[$ii] . "\n"; print "\tMetric:$GatewayCostMetric[$ii]\n"; } if ( $NetworkAdapter->DHCPEnabled) { print "\tDHCP Enabled:\n"; $Date = $N

[PHP-WIN] More COM questions...

2001-10-03 Thread Bob Kaehms
I've been playing with COM and PHP for quite a while now. I have some fairly basic scripts working, but can't seem to take advantage of MS Word for more than the most basic open/write/save operations. I've been using the VB help and record macro capabilities of word to attempt to get some things