How can I insert an image in MySQL and then retrieve it using PHP?
I have limited experience in either area, and I could use a little code to get me started in figuring this out.
|
|
|||||||
|
|
|
See this article. First you create a MySQL table to store images, like for example:
Then you can write an image to the database like:
You can display an image from the database in a web page with:
|
||
|
|
|
General tips:
To read out:
EDIT: Removed original comments on etiquette, because the question has been modified with a much nicer and humbler tone. |
||||||||||||||||
|