chapter 14 db_connection
Hi I am trying to connect to database through local-host with the below codes it does not work
<?php
define( "DB_DSN", "mysql:dbname=db_members" );
define( "DB_USERNAME", "username" );
define( "DB_PASSWORD", "pass" );
define( "PAGE_SIZE", 5 );
define( "TBL_MEMBERS", "members" );
define( "TBL_ACCESS_LOG", "accessLog" );
?>
I get warning
Query failed: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db_members.members' doesn't exist
How can I make the db connection please?
Lokang
__________________
Freelancer
lokang.com
|