PHP
-
how to upload an image and store its path in my sql using php?
-
how to upload an image and store its path in my sql using php?
Hereafter use this forum[^] to post php & mysql related questions. And did you search Google to get answer?
thatraja
Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute
-
how to upload an image and store its path in my sql using php?
I didn't understood it. Are you expecting someone to come forward and teach you over this forum (or over the proper forum) about PHP, MySQL and what in-between? It's unlikely to happen - you are in a site for those who code, not for those who not...Until know you are not! If you have a task, first learn, than make an attempt, than come to us here - with! your attempt...
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
-
Hereafter use this forum[^] to post php & mysql related questions. And did you search Google to get answer?
thatraja
Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute
yes i am trying .i followed w3schools.but I observed most people save image name in database not the image can you guide me if we will save a image name in database than how will we retrieve those images?
-
yes i am trying .i followed w3schools.but I observed most people save image name in database not the image can you guide me if we will save a image name in database than how will we retrieve those images?
Two ways. 0) File system - Store image location in database, image in server. Later, load image from server using the path stored in database. 1) Database - Store image as blob in database. Later, load blob as image in page. Check the advantages & disadvantages of these two ways here. Clickety[^] Here tons of resources for you https://www.google.com/search?q=php+save+retrieve+image+database[^]
thatraja
Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute