It's not 'php' but 'php_value'.

php_value auto_prepend_file "pathtoscript/uniemail.php"

Richard Baskett wrote:
> What I want to do is have a function available to all my php files without
> having to use an include in every page.  So what I did was put this line in
> my .htaccess file:
> 
> php auto_prepend_file "pathtoscript/uniemail.php"
> 
> It didnšt work, I also tried php_auto with the underscore in the above.. And
> that didnšt work either.  I have modified my httpd.conf file so that it will
> process .htaccess files..
> 
> Any ideas?
> 
> Rick
> 
> "I haven't failed, I've found 10,000 ways that don't work." - Ben Franklin
> 
> 


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

Reply via email to