Shaan Posted July 25, 2013 Share Posted July 25, 2013 Hi, my name is Shaan. I joined this forum to learn PHP language as I am clearly new to it. I was wondering if anyone could please tell me in which section do I post general PHP questions, for example Questions like website like Facebook, where do Facebook stores all of the images and pictures thats get uploaded on the website. I have heard that they do not store the uploaded images to the database but someone else. Could anyone please tell me in which section do I post question like this. Sorry this is a first forum I have joined ever which is why I am a bit confused. Regards Shaan Quote Link to comment https://forums.phpfreaks.com/topic/280483-new-to-php-require-forum-help-please-reply/ Share on other sites More sharing options...
devhinge086 Posted October 7, 2013 Share Posted October 7, 2013 First of why do you like to know Facebook and only the name or Meta info about an image are stored in database not the image it self Quote Link to comment https://forums.phpfreaks.com/topic/280483-new-to-php-require-forum-help-please-reply/#findComment-1452914 Share on other sites More sharing options...
B_CooperA Posted October 7, 2013 Share Posted October 7, 2013 I'm pretty sure that Facebook will store the user images inside specific folders and stores just the file path to the database, just like devhinge086 posted. That will save a lot of space inside the db since BLOBs aren't the most small datatypes compared to a VARCHAR or TEXT Quote Link to comment https://forums.phpfreaks.com/topic/280483-new-to-php-require-forum-help-please-reply/#findComment-1452963 Share on other sites More sharing options...
DavidAM Posted October 7, 2013 Share Posted October 7, 2013 Welcome to phpfreaks!! In general, storing images in the database is more trouble than it is worth, and NOT what a database server is designed to do. To answer your actual question: General questions about application DESIGN should be posted in the Applications Design Forum. Questions about specific problems you are having with PHP code would go in the PHP Coding Help Forum. There are several other forums for more specific questions: Database/SQL, Client Side (CSS, HTML, JavaScript), and so forth. Just look through the list and find something specific to the question or issue you have. IMHO, choose the MORE specific forum rather than the LESS specific; as long as it fits the issue. Picking the "right" forum can help you get answers more quickly; since someone who is not highly proficient in say, JavaScript, may never look in the JavaScript forum, so they wouldn't see a question there about MSSQL. Quote Link to comment https://forums.phpfreaks.com/topic/280483-new-to-php-require-forum-help-please-reply/#findComment-1452968 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.