Re: [PHP-WIN] PHP help

2003-06-29 Thread Rowan Hick
General hints - if you find a query is not working use a gui tool and try the exact query manually. Eg place in the script echo "Line 5 qry:".$query.""; Then copy the output into a gui tool (such as mysqlmanager) and run it, it will pretty quickly tell you whats wrong. However a good starting

Re: [PHP-WIN] cgi error when instantiating a com application

2003-03-15 Thread Rowan Hick
ittle bearing on the COM object as I tried many different COM objects, from ADODB.recordset to IXSSO.QUERY and ole faithful WORD.APPLICATION.. none of which worked under CGI. Regards Rowan - Original Message - From: "Sven Schnitzke" To: "'Rowan Hick'" <[EMAI

[PHP-WIN] cgi error when instantiating a com application

2003-03-07 Thread Rowan Hick
Hi All, If anyone could shed light on this I would be well appreciative. Under IIS 5.1, XP Pro, PHP 4.3.0 and PHP 4.3.1 whenever I instantiate a com object ie: $myobj = new com ("ixsso.query") or die ("blah..") I get a windows error message, although the script does execute up until the com obj