> 
> I have created my own ini file. I can read the values into an array  
> fine. but What I want to do is change a value in the ini file. Example
> 
> file.ini
> dog = 3
> cat = 4
> fish = 7
> 
> altered file.ini
> dog = 3
> cat = 5
> fish = 7
> 
> how can I do this, I tried using ini_set but its not working.
> help would be great, Thanks!!


ini_set is for manipulating PHP.ini settings.  Try this:

http://codewalkers.com/seecode/138.html

JM

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to