Mailinglisten-Archive |
Hallo Liste, ich habe folgenden Code: $DB = "mysql"; $GLOBALS[ "DB" ] = array ( "const_dbserver" => "localhost", "const_dbuser" => "bla", "const_dbpwd" => "bla" ); wenn ich jetzt ein gettype auf $DB mache, erhalte ich "array". PHP4 macht also $GLOBALS["DB"] = $DB , sehe ich das richtig? Warum? Gruß, Felix
php::bar PHP Wiki - Listenarchive