Creating a site to query a database of tables

前端 未结 7 882
后悔当初
后悔当初 2021-01-18 07:45

I have a small problem. I am working with some manual testers who are untrained in programming/database design. Our current process means that these manual testers need to i

7条回答
  •  失恋的感觉
    2021-01-18 08:35

    I'm not sure if I fully understood your issue

    Take a look at this:

    http://php.net/manual/en/function.mysql-list-tables.php

    you can get all the tables on a database , store them in an array then filter them using your keywords

提交回复
热议问题