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
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
"
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
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
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.