Storing Icons and Sql with PHP

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-03-18T02:44:53Z Indexed on 2010/03/18 2:51 UTC
Read the original article Hit count: 395

Filed under:
|
|
|

So I have a simple Apache with MySql I am developing a PHP app. I have Users Table in my DB. I vant to let them store Icons.

My question Is what's the best way of attaching such data as icons (100-250kb's) to DB - Is it beter to store them Inside DB or store them as File and some how attaching links to icons into DB. What's the best way? Are there any classes that automate this process (of attaching such data to DB)?

© Stack Overflow or respective owner

Related posts about php

Related posts about data-structures