Re: [PHP-WIN] Re: Modifying Windows INI profiles

2001-12-26 Thread Craig Morrison
Craig Morrison wrote: > > Surely someone out there has written an extension DLL for Windows that > provides wrappers around WritePrivateProfileString, et al. If not, I'll > probably end up writing the extension myself. With a little help from Markus and the fine people on PHP-DEV, I did write t

Re: [PHP-WIN] Re: Modifying Windows INI profiles

2001-12-25 Thread Craig Morrison
"Svensson, B.A.T. (HKG)" wrote: > > >I just didn't want to have to re-invent the > >wheel if someone else had already done it. > > That was an unusually stand point. Are you really a programmer?! :) Uh, yes, I am. I have been writing code for over 15 years now using various development platfor

RE: [PHP-WIN] Re: Modifying Windows INI profiles

2001-12-25 Thread Svensson, B.A.T. (HKG)
>I just didn't want to have to re-invent the >wheel if someone else had already done it. That was an unusually stand point. Are you really a programmer?! :) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: [PHP-WIN] Re: Modifying Windows INI profiles

2001-12-25 Thread LaserJetter
Just been for a surf and I think on www.phpbuilder.com there is a script (not an extension) for reading and modifying a .ini file. It's probably using fopen etc though. "Craig Morrison" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > LaserJetter wrote: > >

Re: [PHP-WIN] Re: Modifying Windows INI profiles

2001-12-25 Thread Craig Morrison
LaserJetter wrote: > > There may be extensions available which come with your email server but I Nope, not that relate to PHP, I wrote the email server.. > would just use fopen and file() to modify .ini settings I was hoping for a more elegant solution than this. There are per user settings