Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to run database query in wordpress?



How to run database query in wordpress?..

Answer / Chandra Prakash

To run a custom database query in WordPress, you can use the wpdb class. Here's an example of how to execute a simple SQL SELECT query:nn```phpn// Create an instance of wpdb classnglobal $wpdb;nn// Define the table and the query columnsn$table = $wpdb->prefix . 'posts';n$columns = array('ID', 'post_title');nn// Execute the query using the get_col() method to fetch a single row of resultsn$results = $wpdb->get_col($wpdb->prepare("SELECT %s FROM $table", implode(', ', $columns)));n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WordPress Interview Questions

How do I run a wordpress site locally?

1 Answers  


List some action and filter hooks functions in wordpress?

1 Answers  


Where is wordpress admin password stored?

1 Answers  


What case you don't see plugin menu?

1 Answers  


How to enable debug mode in wordpress?

1 Answers  


When are you supposed to use endif to end conditional statement?

1 Answers  


Can wordpress be hacked?

1 Answers  


What is gnu?

1 Answers  


How do you view private pages on wordpress?

1 Answers  


Where can I blog for free?

1 Answers  


How do you clear your browser?

1 Answers  


Is wix better than godaddy?

1 Answers  


Categories