On Tue, 14 Aug 2001 05:05, lolodev wrote:
> recetly i ask about running automatically a page after each request
> page.
>
> response is auto_prepend_file, auto_append_file,
>
> but how can i prepend file is the same for all php.ini
>
> but how can i do this with my provider , and how can i have a
> auto_prepend_file different to another web site?
>
> (my english is no correct !)

If you don't have access to php.ini or httpd.conf, you can use, in 
.htaccess file the entry

php_value auto_prepend_file filename

or, to have no auto_prepend

php_value auto_prepend_file none


-- 
David Robley      Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES      Flinders University, SOUTH AUSTRALIA  

   Self-made man: A horrible example of unskilled labor.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to