Click here to Skip to main content
15,920,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi i have registration form their one field .i have upload image i am not able how to store and how to retrive them ?
Pls Can anyone help out...
Posted

1 solution

I would store the file path to the image in the database, not the image itself (this would also ease the fact of showing the image at the end), but...

Take a look at those resources[^]:

This article[^] will show it to you.

PS: the link to google results is simply a link to a google search with the text: store images to mysql database and retriving them as image to my php

Hope this helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900