Reputation: 871
A friend of mine told me that saving images in the database is not much of a good idea. Instead save it to the directory and then save it's name in the database and when I want to display the images in the browser I'm just going to use the name in the database to find the picture. Can anyone please guide me on how to do this starting from scratch? Any help would be much appreciated.
By the way I am using php and MySQL.
Upvotes: 1
Views: 2973
Reputation: 11
What is it exactly that you don't know how to do? Your question seems to contain its own answer:
Upvotes: 1
Reputation: 14447
Do two things:
Upvotes: 3