|
Posted by Erwin Moller on 05/17/06 14:19
freude.freude2006@googlemail.com wrote:
>
> hi,
>
> kann somebody tell me what i do wrong?
>
> i write this little script:
> <?php
> include_once "DB.php";
> // Example:
>
> echo "Hi";
> ?>
>
> then, i have the first page von "go-pear"
Hi,
Probably the file DB.php produced that output, or redirected you there
because it wants you to install PEAR.
So the question is now: What did you put into DB.php?
I expect it is a PEAR-package, but did you set up PEAR allright?
Did you modify php.ini so it uses the PEAR-packages?
Regards,
Erwin Moller
[Back to original message]
|