Title: mySQL Data
Last modified: August 31, 2018

---

# mySQL Data

 *  [centrespot](https://wordpress.org/support/users/centrespot/)
 * (@centrespot)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/mysql-data/)
 * Hi
    I am having trouble getting a snippet to fetch data from a mysql database,
   is there any reason why it would not work.
 * code is as follows….
 * if ($dbc = mysqli_connect(DB_HOST,DB_USER,DB_PASSWORD,DB_NAME)) { // Make the
   connnection.
    echo “CONNECTED”; }
 * $selection = mysqli_query($dbc,”SELECT * FROM popups”);
 * if (mysqli_num_rows($selection)>0) { echo “working”; }
    …. end of code
 * “CONNECTED” is displayed but “working” isn’t displayed.
 * Thanks in advance

Viewing 1 replies (of 1 total)

 *  Plugin Author [webcraftic](https://wordpress.org/support/users/webcraftic/)
 * (@webcraftic)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/mysql-data/#post-10690369)
 * Hi,
 * I’m sorry, I needed to update other plugins. Now I’m back to you and can help
   you.
 * Please insert the code with the formatting. I’ve written down how to insert code
   with formatting in this instruction:
 * [https://wordpress.org/support/topic/before-creating-a-new-topic-please-read/](https://wordpress.org/support/topic/before-creating-a-new-topic-please-read/)
 * Best regards, Alex
    -  This reply was modified 7 years, 7 months ago by [webcraftic](https://wordpress.org/support/users/webcraftic/).

Viewing 1 replies (of 1 total)

The topic ‘mySQL Data’ is closed to new replies.

 * ![](https://ps.w.org/insert-php/assets/icon-256x256.gif?rev=3475630)
 * [Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts](https://wordpress.org/plugins/insert-php/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/insert-php/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/insert-php/)
 * [Active Topics](https://wordpress.org/support/plugin/insert-php/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/insert-php/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/insert-php/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [webcraftic](https://wordpress.org/support/users/webcraftic/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/mysql-data/#post-10690369)
 * Status: not resolved