Cannot connect to Database using Wp PDO
-
Page code
<!DOCTYPE html> <html> <body> <h1>My first PHP page</h1> <?php echo "Hello World!"; dbTable(“wp_users”)->render(); // call render function on database table, here database table ” tbl ” must be name of your wordpress table ?> </body> </html> Page Error Payments Edit My first PHP page render(); // call render function on database table, here database table ” tbl ” must be name of your wordpress table ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Cannot connect to Database using Wp PDO’ is closed to new replies.