How can i get ini file data

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shinjy
Forum Newbie
Posts: 1
Joined: Sun Sep 25, 2005 10:22 pm

How can i get ini file data

Post by shinjy »

I can get/write the data from/to ini file by winapi function 'GetPrivateProfileString' / 'WritePrivateProfileString ' but
how about php. :?:
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

parse_ini_file()

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