So, my hosting service has a limit of INODES on my server (index nodes). Each directory/file = 1 INODE. This might be a problem in the future as I want to implement file-sharing into my website. Couldn't I theoretically store the data of files into a MySQL database, then pull the data when a user requests a download? If this is possible, how would I do this in PHP?
A MySQL Skeleton:
TABLE: Files
ROWS: id, filename, data