Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5530

Dan Rossiter on "How to write to a database NOT the wordpress database"

$
0
0

If at all possible, it's best to stay within the WordPress system when running WP, but if that's not possible then you would just need to initialize a connection with your database and handle it as normal.

Here is the PHP documentation for the Mysqli library, which is the new version of the depreciated Mysql library.


Viewing all articles
Browse latest Browse all 5530

Trending Articles