Brian D asked: I am trying to connect to my osCommerce database with the script:
?php
$osC_Database = osC_Database::connect(DB_SERVER, DB_SERVER_USERNAME, DB_SERVER_PASSWORD);
$osC_Database-selectDatabase(DB_DATABASE);
?
where I ofcourse have the DB_SERVER, DB_SERVER_USERNAME, DB_SERVER_PASSWORD and DB_DATABASE info. The problem that I am having though is that I am getting a Fatal Error the page says:
Fatal error: Undefined class [...]
Recent Comments