Re: [PHP] Re: ini_set doesn't work

2002-04-10 Thread Hiroshi Ayukawa
>What error message do you get under error_reporting(E_ALL)? > >(Meantime, make sure that the web server's user has permission to read the >file, and perhaps try substituting in the full pathname.) No error is displayed.And there is no problem around permission. thanks. Hiroshi Ayukawa http://

[PHP] Re: ini_set doesn't work

2002-04-10 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Hiroshi Ayukawa) wrote: > I wnat to set auto_append_file in my own php script not in php.ini. > So I used > > ini_set("auto_append_file","hello.html"); > > But it doesn't work. What error message do you get under error_reporting(E_ALL)?