Building a PHP Query editor, HELP
Posted: Thu May 08, 2003 8:00 pm
I have a PHP/MySQL database. I would like to create a query editor or (query by design page). This query editor should be accessed through the browser so the user could enter a add hoc query.
For example the user needs info from the database. He would select tables and fields to query from, then sort the results.
Some of the features would be to create joins, select fields and sort using comparison operators.
I have used this feature on the server using different interfaces such as MyAdmin etc.
Is this design feature possable using PHP?
TIA
For example the user needs info from the database. He would select tables and fields to query from, then sort the results.
Some of the features would be to create joins, select fields and sort using comparison operators.
I have used this feature on the server using different interfaces such as MyAdmin etc.
Is this design feature possable using PHP?
TIA