I'm working on a web app, and it part of it, there is a very simple database-driven file/document manager. As a file manager, there is the possibility of sub-folders. So in the DB, I have the ...
Hello all! I have a MySQL query that is giving me the results that I want, but I'm having difficulty displaying the results in PHP. Here is my SQL statement: SELECT `tkid`,COUNT(*) FROM ...