wordpress how to query wp_options table

I need to make an SQL call to find all records in wp_options matching a select statement. How do I query the table?

My script already has these resources called…

require_once('../../../wp-blog-header.php');
require_once('../../../wp-admin/includes/file.php');

Related posts

Leave a Reply

1 comment