0
Guys, how do I view saved photos in my database? I intend to do as a gallery that has the option for the administrator to delete the photo or add a new one when you want.
0
Guys, how do I view saved photos in my database? I intend to do as a gallery that has the option for the administrator to delete the photo or add a new one when you want.
Browser other questions tagged php mysql image
You are not signed in. Login or sign up in order to post.
Can you post the code you have there or how is the table where the photos are saved? It’s easier for the community to help you. :)
– user98628
Renan, usually what is done is to save the relative path of the image in the database and with it display the image when necessary. It is possible to store the image in a database, but it is totally unadvisable for logical performance issues.
– Thiago
So what would be advisable to make the photo gallery that Adm can edit?
– Renan Henrique