From: "Eric Wood" <[EMAIL PROTECTED]>

> Anyone know of a php script that can dynamically build and maintain my own
> kind of conf file (like a smb.conf or httpd.conf) but I make up the
content.

I'm sure PEAR has something, PEAR::conf or something like that.

You can use parse_ini_file() to read the file, btw.

---John Holmes...

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

Reply via email to