The best way to store images into MySQL is by storing the image location as a charater string.
If you need to manipulate the image, then, the best way is to copy the image as a binary.
How one can store images into binary form and how we can retrive them back? I don’t know anything about this technique. Please tell me how we can do this.