Results 1 to 4 of 4

Thread: How to Use Window Registry ?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    266

    How to Use Window Registry ?

    Please tell me how can I use window registry with PHP. Please try to provide some resource / resource links.

  2. #2
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Re: How to Use Window Registry ?

    You can't for security reasons.

    If you could, you could read/write anything to anyones registry.

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  4. #4
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    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
  •  



Click Here to Expand Forum to Full Width