php-windows Digest 16 Mar 2004 09:20:36 -0000 Issue 2167

Topics (messages 23148 through 23149):

php5isapi.dll not handling MySQL
        23148 by: Don McFarland

Re: PHP + COM
        23149 by: Svensson, B.A.T. (HKG)

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Im using PHP version Version 5.0.0b4 on XP-Pro (php5isapi.dll) running
IIS 5.1 and have gotten the SQLite to work nicely. However, the when
trying to use an up-and-running MySQL server, the script is always
cut-off at the start with the error "Call to undefined function
mysql_connect" even though I have the MySQL support enabled in the
php.ini file (uncommented the "extension=php_mysql.dll" line), and have
made sure to have the 2 related DLLs (php_mysql.dll and libmysql.dll)
installed in the correct directories. Also, the function call to
mysql_connect has the correct parameters (which is not relevant due to
the error message).

Unless the error message is erroneous, the result of my setup implies
that php5isapi.dll is not able to deal with MySQL queries. If anyone
knows if/how php5isapi.dll can handle MySQL queries, it would be greatly
appreciated if you could let me know how.

Sincerely,

Don

--- End Message ---
--- Begin Message ---
Anybody who can help this guy out:

-----Original Message-----
From: Cleber Tinoco Atanásio [SMTP:[EMAIL PROTECTED] 
To: Svensson, B.A.T. (HKG)
Sent: 15-3-2004 22:48
Subject: PHP + COM

Hi Mr. B.A.T Svensson,

My name is Cleber.
I'm Brazilian and my English is poor :).
I didn't obtain help in e-mail list in my country.
My doubt is related about Word.
I type this code:

$WordApp = new COM("Word.Application") or die ("Error");

$WordApp->Visible = 1; // it does not function. 


Word Application don't be visible, only run in Background. 
Somebody can help me in this case?

Thanks.
Cleber..

--- End Message ---

Reply via email to