how about php.
How can i get ini file data
Moderator: General Moderators
How can i get ini file data
I can get/write the data from/to ini file by winapi function 'GetPrivateProfileString' / 'WritePrivateProfileString ' but
how about php.
how about php.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
parse_ini_file()
you'll likely have to create your own writing functionality, not that it's all that hard.
you'll likely have to create your own writing functionality, not that it's all that hard.