|
-
Aug 16th, 2006, 03:53 AM
#1
Thread Starter
Hyperactive Member
How to Use Window Registry ?
Please tell me how can I use window registry with PHP. Please try to provide some resource / resource links.
-
Aug 16th, 2006, 07:18 AM
#2
Re: How to Use Window Registry ?
You can't for security reasons.
If you could, you could read/write anything to anyones registry.
-
Aug 16th, 2006, 08:00 AM
#3
Re: How to Use Window Registry ?
You will need to use the W32api functions same as with any other non-Windows-framework language. I posted a link to the documentation for them in another thread of yours.
-
Aug 16th, 2006, 01:34 PM
#4
<?="Moderator"?>
Re: How to Use Window Registry ?
You can read and write to the Registry on the server, but like lintz said you cannot read or write to the rregistary on the clients computer.
To read and write to the Registry on the server you need to use the COM() to create a Wscript.Shell object. Then you can use it like you would with any object.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|