All right, I’ll read that.
In fact, what I want to do, is a command form on a WP page. In normal PHP, I would call my DB with PDO. But since I’m in WP, that’s why I’m so lost.
How would you do an insert in table with that plugin enabled?
Interesting!
Then what do I write on a WP page to access DB data? I wanna insert into a table, what do I write?
OK then, where do I tell WordPress to use this database with username and password?
I just don’t understand where to write my SQL statements in my pages…