Title: Database
Last modified: August 31, 2016

---

# Database

 *  [gpinyol10](https://wordpress.org/support/users/gpinyol10/)
 * (@gpinyol10)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/database-53/)
 * Hello,
    I have all the game in a database and I want to export from there all
   the information and put inside [pgn] to create the game but I can’t. in WordPress
   page when I write [pgn] I can’t write a php code, so I have a php plugin that
   allow me to write php code and save this code in a shortcode for example [game]
   But if I write [pgn] [game] (here there are the pgn text) [/pgn] It doesn’t work.
 * Also I tried in php code, inside the while results, write:
    while($arr_result
   = mysql_fetch_assoc($result)) { echo do_shortcode (“[pgn]”); echo $arr_result[“
   game”]; echo do_shortcode (“[/pgn]”); }
 * but it doesn’t work too
 * Any solution to take the information from database?
 * Thank you
 * [https://wordpress.org/plugins/rpb-chessboard/](https://wordpress.org/plugins/rpb-chessboard/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [yo35](https://wordpress.org/support/users/yo35/)
 * (@yo35)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/database-53/#post-6956837)
 * Hi,
 * Someone else wants to do that: see [https://github.com/yo35/rpb-chessboard/issues/38](https://github.com/yo35/rpb-chessboard/issues/38)
   
   However, this feature has not implemented in the plugin yet.
 * (please use the GitHub as much as possible instead of this forum for help requests,
   bug reports and feature requests: [https://github.com/yo35/rpb-chessboard/issues](https://github.com/yo35/rpb-chessboard/issues))

Viewing 1 replies (of 1 total)

The topic ‘Database’ is closed to new replies.

 * ![](https://ps.w.org/rpb-chessboard/assets/icon-256x256.png?rev=983307)
 * [RPB Chessboard](https://wordpress.org/plugins/rpb-chessboard/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rpb-chessboard/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rpb-chessboard/)
 * [Active Topics](https://wordpress.org/support/plugin/rpb-chessboard/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rpb-chessboard/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rpb-chessboard/reviews/)

## Tags

 * [database](https://wordpress.org/support/topic-tag/database/)
 * [pgn](https://wordpress.org/support/topic-tag/pgn/)

 * 1 reply
 * 2 participants
 * Last reply from: [yo35](https://wordpress.org/support/users/yo35/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/database-53/#post-6956837)
 * Status: not resolved