Q: Isn't that a a database like mySQL stores only information with in tables?
A: Yes, you can store a files information on the database tables like, file size, file type, etc. etc.
Q: Will this be possible to be organized in the table?
A: Yes, With php, you can organize files, rename files etc etc.
Q: Is it possible to store a file's name, filename, size, etc in a table?
A: Yes. Its the main purpose of a database. Store data ^_^
Q: How about when i put in a browse function in my site, and when i browse into a certain file will it display the information of that file?
A: Yes, you can do that with PHP. You can display information of files that has been uploaded. As long as you saved that files information.
Q: Can i organize that using php?
A: Yes, PHP has a lot of functions regarding "file manipulation thingy"
Q: Is it possible to change a file name and tags using php?
A: Change a file name? Yes. Tags? hmm, what tags. You can change the name of a file.., but tags, if you're saying about TEXT values with html tags, yes you can.
You should practice more on saving data on a database. If you have appServ installed locally in your pc, you can experiment and also research more about php file functions. Check out my links, it might help. :)
vhinz -> Web developer