What is the best way to store users images using PHP and MySQL?

后端 未结 7 1437
生来不讨喜
生来不讨喜 2021-02-03 10:58

I was wondering what is the best way to store a users upload images like an avatar and so on using PHP and MySQL? Where should I begin? And is there a good article on this?

7条回答
  •  温柔的废话
    2021-02-03 11:41

    make a new directory on your server for each user with the user id being the name of the directory and save the user's images inside it. whenever you want to display the user's image:

    
    

提交回复
热议问题