Hi there,
I am currently working on my first php project 🙂
I need to store images on the webserver, which works fine.
All the path and other information goes into a mySQL db... that works fine as well.
I retrieve the path from the db and echo an image tag in the user\\'s browser...
But how do I keep Users from directly accessing the images by simply typing in the path?
Curious and ignorant,
Toby