does anyone know a thing about ini_set()?
I am trying to change the include path to my home dir. with the below code. on success the function should return the old include path.
if ($old = ini_set("include_path",".:/usr/local/")) {
echo ("Yes - ".$old);
} else {
echo ("no");
}
it does, it seems to work, but doent.
Derek Meiresonne
admin@etecc.com
www.etecc.com