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!

Image storage within database or to a indexed directory

Status
Not open for further replies.

Duncanmcl

Programmer
Dec 23, 2000
61
US
I'm developing a new MySQL DB and have a need to support the import/display of a series of images by user account. Should I design the DB (seperate table)to include images related to this user account or save the image files to a seperate directory with a indexed unique name representing this user account ID. I'm using PHP. The User account will have password/security access.

Can you recommend a good PHP utility to upload/display images from within the application...like a photo album?

Is there a MySQL utility to convert/load an MS Access DB to MySQL directly (structure only..no data)?

Thanks in advance.....Jim

 
there are a couple of utilities to move from access to mysql...

mysqlfront (access to mysql (access to mysql pro (
just google it and you'll see lots of choices

as for pics in db...i don't recommend it...better to upload pics to folder and store path/name in db as string...better perfomance and simpler to code...

again google for php photo album

hth

Bastien

cat, the other other white meat
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top