<?php require_once( "ini_fn.php" ); set_params_ini( "One", "opt2", "how come are you there?", "test.ini" ) ; echo get_params_ini( "One", "opt2", "test.ini" ) ; ?>
info at phpclasses dot org