RE: [PHP-WIN] Is this a bug in PHP

2003-08-14 Thread Svensson, B.A.T. (HKG)
[...] > I didn't think I had specified 17 arguments in the call to OpenDataSource. [...] > If someone could let me know if its me before I report it as a bug that > would be good. Yes indeed, this is a bug! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP-WIN] Is this a bug in PHP

2003-08-08 Thread David Richards
Hi, Can anyone tell me if the following is a bug in php or a coding error on my part. When I run the following piece of code I get an error: Code: $empty = new VARIANT(); $word = new COM("word.application") or die("Unable to instantiate Word"); $word->Visible = 1; $word->Documents->Add(); $word->