Simple SQL query interface
Posted: Tue Dec 04, 2007 5:34 pm
Id like to give some people ability to view (some of) the tables and do simple SELECT queries of them. Ii there any nice piece of code for that?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
I don't know if this will do what you want, but I wrote a rather simple db read-only interface a few months ago you're welcome to use it if it meets your needs: http://ravey.net/demo/Shendemiar wrote:Sorry... i meant some kind of pre-made interface to do some database viewing like phpmyadmin, but way simpler, and only selects
That sounds very nice for my purposes. Thank you.califdon wrote:I don't know if this will do what you want, but I wrote a rather simple db read-only interface a few months ago you're welcome to use it if it meets your needs: http://ravey.net/demo/Shendemiar wrote:Sorry... i meant some kind of pre-made interface to do some database viewing like phpmyadmin, but way simpler, and only selects