Results 1 to 7 of 7

Thread: registry

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Location
    Northern Michigan
    Posts
    24

    Talking registry

    Is there anyway, using PHP, that you can access the registry to store and retrieve data?

    -Korendir

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    it doesn't look like the ability to do so is included with PHP, and I wouldn't have expected it to be either. There might be an additional module you can install, but I just did a quick search and couldn't find one.

    Use cookies/sessions to store information

  3. #3
    scoutt
    Guest
    I wouldn't be so sure of that chris. I didn't think so either but this guy seems to know what he is doing, or he thinks he does.

    but if you read this I tried to get him to explain it to me and I still don't think he can do it.

    http://www.zend.com/phorum/read.php?...0&thread=16776

  4. #4
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I wouldn't think you could, since PHP is server-side.

    And whatever that guy on Zend is talking about...I'm not understanding him.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  5. #5
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    i'm not convinced

    You couldn't read a remote registry over the net; no way. That would be a mental security risk apart from anything else

    Local maybe, but remote, highly unlikely. Not just by using PHP anyway

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Location
    Northern Michigan
    Posts
    24
    I don't need to read them remotely but locally. I want to be able to have data stored in the registry so I don't have to use the .ini file system of storing some basic data that I don't really want to put in my database.

    -Korendir

  7. #7
    Addicted Member Martin Wilson's Avatar
    Join Date
    Mar 2002
    Location
    :)
    Posts
    236
    I am just thinking allowed here but you could write a vbs script file or something like that that reads the registry and stores the key you want in a file.
    What is the answer to this question?

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