Jump to content

PHP and registery


mawelch

Recommended Posts

I am trying to use PHP so that users can click a link and setup their email in outlook. similiar to what cpanel and those use but i wanna do it inhouse. I have it creating the .reg file with just fopen, but I get an error when I execute; the specified file is not a registry script. you can only import binary files. Does anyone know how this can be done?

 

Link to comment
https://forums.phpfreaks.com/topic/39758-php-and-registery/
Share on other sites

What does the inside of the *.reg file look like?

 

Anything like this?

 

[HKEY_CURRENT_USER\Software\Microsoft\Office]

 

[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0]

 

[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Access]

 

[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Access\Settings]

 

Link to comment
https://forums.phpfreaks.com/topic/39758-php-and-registery/#findComment-192012
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.