
Brad Traversy - 2012-06-24 20:24:52
I downloaded your new files. I just changed it to work with my db but when I do, the bottom links vanish. Here is EXACTLY WHAT I CHANGED
line 7 PDO connect - changed dbname
$dbh = new PDO('mysql:host=localhost;dbname=test', 'root', '');
line9 sql count - changed table name from "data" to "users"
$countStmt = 'SELECT count(*) as cnt FROM users';
line22 page statement - changed fields
$pageStmt = 'SELECT first_name, last_name, email, phone FROM users LIMIT '
Database and tables are in tact
Any ideas? is there something else I should change?
thanks for your help