Title: database
Last modified: April 24, 2022

---

# database

 *  Resolved [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [4 years ago](https://wordpress.org/support/topic/database-103/)
 * What table is the bookings kept in PHPMYADMIN, want to access the SQL table

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [4 years ago](https://wordpress.org/support/topic/database-103/#post-15615468)
 * Hi,
 * If you want to deal with the internal date structure, the data is stored into
   the field “posted_data” of the database table “wp_cpappbk_messages” (“wp_” prefix
   may be different in your WordPress installation).
 * If you want to write your own code to manage the information, the “data” is a
   serialized PHP associative array, to convert it back into an associative array
   you can use something like:
 * `$data = unserialize($row["posted_data"]);`
 * … then check the key => value from that field.
 * Thank you for using the plugin!
    -  This reply was modified 4 years ago by [codepeople](https://wordpress.org/support/users/codepeople/).
      Reason: formatting

Viewing 1 replies (of 1 total)

The topic ‘database’ is closed to new replies.

 * ![](https://ps.w.org/appointment-hour-booking/assets/icon-256x256.png?rev=1784135)
 * [Appointment Hour Booking - Booking Calendar](https://wordpress.org/plugins/appointment-hour-booking/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/appointment-hour-booking/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/appointment-hour-booking/)
 * [Active Topics](https://wordpress.org/support/plugin/appointment-hour-booking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/appointment-hour-booking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/appointment-hour-booking/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/database-103/#post-15615468)
 * Status: resolved