--------------------------------------------------------------------------------

Trying to install the package but get the message blowfish not installed. I know I have installed so I know it is a include path error.
My host says I have to do:

You will need to add /home/davi3625/php to the include path.
You can do this by adding the following code to your script:

ini_set("include_path", '/home/davi3625/php:' . ini_get("include_path") );


But where in the script do I add this?