Hi all,
I have an app that is simalar to an address book, but more.
Sometimes I have a need to use phpMyAdmin to do a select query to find different groups of data.
I thought it would be nice if I could create a little query window to type in my select statements.
What I have so far works great. However, I need it to be flexible, in that it needs to be able to pull data from any of the tables / fields.
i.e.
When I code for this I have no way of knowing what table or fields have been called for.
How can I print the results if the php code has to be generic and doesn't know what table(s) and/or fields are selected?
Any ideas?
Thanks!
____________________________
JustKIDn
____________________________
Families can be together forever...
I have an app that is simalar to an address book, but more.
Sometimes I have a need to use phpMyAdmin to do a select query to find different groups of data.
I thought it would be nice if I could create a little query window to type in my select statements.
What I have so far works great. However, I need it to be flexible, in that it needs to be able to pull data from any of the tables / fields.
i.e.
Code:
SELECT * FROM tbl_address
When I code for this I have no way of knowing what table or fields have been called for.
How can I print the results if the php code has to be generic and doesn't know what table(s) and/or fields are selected?
Any ideas?
Thanks!
____________________________
JustKIDn
____________________________
Families can be together forever...