Is there a way to loop through registry entries in php?
I'm using wscript.shell at the moment and it doesn't seem to support this kind of functionality (you need to specify the EXACT location of the SINGLE entry you are looking for).
I would like to loop through entries so I can populate a dropdown list with system DSN entries.