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)?

(Meantime, make sure that the web server's user has permission to read the 
file, and perhaps try substituting in the full pathname.)

-- 
CC

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

Reply via email to