Page 1 of 1

How can i get ini file data

Posted: Sun Sep 25, 2005 10:37 pm
by shinjy
I can get/write the data from/to ini file by winapi function 'GetPrivateProfileString' / 'WritePrivateProfileString ' but
how about php. :?:

Posted: Sun Sep 25, 2005 10:38 pm
by feyd
parse_ini_file()

you'll likely have to create your own writing functionality, not that it's all that hard.