phpbar.de logo

Mailinglisten-Archive

[php] PHPLIB Globale Variablen

[php] PHPLIB Globale Variablen

Ringo Großer php_(at)_phpcenter.de
Sun, 20 Oct 2002 20:55:53 +0200


From: "Ringo Großer" <swek_(at)_gmx.net>
> $db = new DB_Sql;
> $db->Host = $DHOST;
> $db->Datatbase = $DBASE;
> $db->USER = $DUSER;
> $db->Password = $DPASS;

das kommt von der eile.
nun also die berichtigung:
$db = new DB_Sql;
$db->Host = $DHOST;
$db->Database = $DBASE;
$db->User = $DUSER;
$db->Password = $DPASS;

aber das hättest du sicher auch selbst hinbekommen *g*

regards, Ringo


php::bar PHP Wiki   -   Listenarchive