i am developing an application to store images for induvidual users(like flickr.com) in mysql database using php. for that i need to create a table for each users when they done signup itself and store their images into their own table.anyone can help me please!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Kev Jul 26 '12 at 22:11
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
create a table to store image using datatype blob , this datatype stores bigger objects into database. query should be like this
now do necessary things to connect to mysql sever through PHP, it is mandatory now write code to open & read file
|
||||
|
|