Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying Photos in MYSQL

Status
Not open for further replies.

Rhyan

Programmer
Jul 4, 2000
33
US
I have a table with Information on members of our club like Name, Age, City etc. Then I have a script that displays all the info. I'd like to be able to add each members photo so that it displays as well. Can someone tell me how to do it exactly. I tried php site, mysql site and several webmaster sites.

Thanks
 
The best way to do it is to put the images in their own directory and store the file name in the database. Use that to pull he image into the page.

Better than using BLOB. Steve Davis
hey.you@hahaha.com.au
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top