Kullanıcıların ilk onlar giriş yaptıktan sonra, onların "profil" bir parçası olarak küçük bir resmini gösteren niyetinde oturum gerekir PHP küçük bir web uygulaması inşa etmişlerdir.
I will have to ensure the image is below a particular size to conserve space, or ensure it is a particular resolution, or both, or even perhaps use something like image magick to scale it down.
Not sure what the best approach for that is yet, any ideas welcome.
Also, I have been trying to work out if it is better to store the image in the users
table of MySQL as a blob, or maybe a separate images
table with a unique id, and just store the appropriate image id in the users
table, or simply save the uploaded file on the server (via an upload page as well) and save the file as theUsersUniqueUsername.jpg
.
Best option?
I found a tutorial on saving images to mysql here: http://www.phpriot.com/articles/images-in-mysql
Ben sadece bir hobi programcı değilim, ve daha önce hiç böyle bir şey yapmadım, yani örnekler ve / veya detay bir sürü büyük beğeni topluyor.