dear friends i like to display a photograph in the my web page wich can be stored in the database can u suggest me how can i do this
Why do that when you can just do <img src=""> ? 😕 😕 😕
Thanks but i want to upload the file in one page and then display the image when needed.So if u please suggest me the process and the way i shoul proceed Thanks
i need to solve this prob as soon as possible, so plz. send me thesanpshot of the code that how could i first store the image in the database and then how i could access the image on the page,plz do help me?????
hello friends Had you forgot ,i still facing problem i had searched on net but i am not getting the proper site from where i can get the solution will u plz. help me plz send me the place from where i got help or send me the snap of the code. Looikng for post Softsolvers
When the file is uploaded, say uploaded into dir. my_pics. Insert into a database the name of the file (ex: family.jpg. To display the picture
echo'<img src="yoursite.com/my_pics/'.$db_pull['pic_name'].'">';