[PHP-WIN] Re: read registry

2002-10-15 Thread franky
Thanks... but HKEY_CURRENT_USER hive is not available for the IUSR_Machine so i need to use HKEY_USERS\.DEFAULT... http://support.microsoft.com/default.aspx?scid=kb;en-us;Q221081 Thanks... Franky [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP-WIN] read registry

2002-10-14 Thread franky
hi. I want to acces (read) the registry on my web server. I use win2k. I try with COM... but doesn't work... Somebody know if it is possible? thanks! Franky [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] use VB DLL (COM object) with php

2002-08-27 Thread Franky
" End Function === ...but it doesn't work! Is run in ASP put when i try in php the parameter is not good. I supose is the ScriptingContext variable but I don't know is value?! Somebody can help me Please? Franky [EMAIL PROTECTED

[PHP-WIN] write text with MING error...

2002-04-19 Thread Franky
c Ming!!"); $m=new SWFMovie(); $m->setDimension(5400,3600); $m->add($t); header('Content-type: application/x-shockwave-flash'); $m->output(); ?> Thank you Franky [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN]php4 + mysql character problems

2001-02-20 Thread Franky Lau
i get a problem when using php4 under window, when i change the mysql default-character-set to big5, i get a warning message: Warning: MySQL Connection Failed: Can't initialize character set 1 (path: default) in XXX.php on line XX But this only happen in php4, it work fine when i switch to php3.