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?
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: