• Hello,
    I am looking for a plugin that will show a table from sql database in WordPress. Like you can do with .net datagrid. Just view the exact columns and rows you have in a custom sql table, in WordPress site. I would also like a possibility to do a search in the sql table and get the rows related to the search.

    I hope someone knows a solution for this problem.

    Thanks,
    Or.

Viewing 2 replies - 1 through 2 (of 2 total)
  • How can anyone code such a plugin? We wouldnt know the name of the table or structure.

    If you want a plugin that does a select * from blah than just code a fricken stand alone file that does that, and include it.

    Michael Torbert

    (@hallsofmontezuma)

    WordPress Virtuoso

    I suppose someone could have all the connection info as options to be set by the admin… not really the most secure way to do things but whatever floats your boat.
    Alternatively, if it’s just for you, do like whooami said and just write the code to show data from the table.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Create WordPress table from SQL’ is closed to new replies.