This topic is locked

Search on all table in one time

9/13/2012 12:21:01 PM
PHPRunner General questions
I
igiacchi author

Dear Guys,

I have a database with 10 tables.

I would like to find any data in all tables with a single query.

This to discover where the searched data are stored.

I find this in forum but I'm not able to use it.
Forum post

>> Search all tables in your database with a single query!

Java script

>> anywhereindb.php
I'm read that I need to change the variables names but I don't know the respective PHPRunner system variables.

I would like to use it into my application to find any data, the ideal is when data was found that can be possible to jump directly on the involved View.
I'm using PHPrunner 6.1.
Tnx

Ivano

Sergey Kornilov admin 9/13/2012

Ivano,
you don't need to know anything about PHPRunner to run this script. Simply specify database connection parameters in that script to let it see your database. Contact script author for more info.

I
igiacchi author 9/14/2012



Ivano,
you don't need to know anything about PHPRunner to run this script. Simply specify database connection parameters in that script to let it see your database. Contact script author for more info.


Admin,

I would like to insert it in my PHP application, to avoid that the customer enter dbname ID and PW, or have any alternative to obtain the same using something PHPrunner.

Sergey Kornilov admin 9/14/2012

You need to insert database name, username and password right into this script so your customers do not have to do that.

I
igiacchi author 9/14/2012



You need to insert database name, username and password right into this script so your customers do not have to do that.



Hi admin,

this is clear, I would like to put a button search into the application to start this script but I don't know how and where I can put this into the application.

Have you any suggestion for me

Many thanks