[PHP-WIN] Returning binary data - HOW?

2006-02-06 Thread Dave Brown
Hi - I've been stuck on this for 12 hours now and run out of ideas. Wondering if someone can help me? My PHP page calls a COM object which is supposed to return some binary data which is then sent back to the user. The problem I have is that once the call to my COM object is done, PHP thinks the r

[PHP-WIN] PHP 5 - MySQL extensions : MYSQL_CONNECT fails to complete

2006-02-06 Thread G. Eggold
SETUP: PHP 5.0.5 on Windows 2003 Server/ IIS 6 PROBLEM: php_info() display correctly when called and basic PHP functionality appears to be working UNTIL I attempt to connect to a MySQL 4.0.21 or 4.1.15 database. WHAT I DID: 1) copied mysqli.dll and mysql.dll to SYSTEM32 folder along with LIB

RE: [PHP-WIN] PHP 5 - MySQL extensions : MYSQL_CONNECT fails to complete

2006-02-06 Thread Armando
mysqli is not required for mysql 4.0.x, only for 4.1 and above. Two things to suggest: 1. In php.ini, set "display_errors = On" to see if you're getting any errors on the page. 2. Provide the code that you are using so we can see exactly how you're going about defining your connection. You may