• Dear all, I’m newer with wordpress and also with PHP. I’d like to know if there is a plugin that permit to show in a page, the data contained in a database table.
    Thanks in advance.

    Angelo

Viewing 1 replies (of 1 total)
  • Hello angelocoppi,
    Install 2 plugins,
    https://wordpress.org/plugins/database-browser/
    https://wordpress.org/plugins/tablepress/
    In “Database Browser” plugin,
    Go to Tools -> Database browser and select table from list . Now download table contents in format like XML,HTML,CSV,SQL,JSON.
    After download goto TablePress > All Tables > Import , upload file and select import format .
    After download a shortcode will be displayed like ” [table id=2 /]” .
    Now open page and paste this shortcode . After update, open page in browser it will display content of table .
    Hope this will help you.
    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Retrieve and show data from database table’ is closed to new replies.