Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

uploading images into a database

New Here ,
Jul 01, 2007 Jul 01, 2007

Copy link to clipboard

Copied

I need help. i am currently working on a project to develope myself further on web development. i would love to know how to get my site to upload images to a database. i am building the site on PHP and the db is MySql.
TOPICS
Server side applications

Views

180
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 01, 2007 Jul 01, 2007

Copy link to clipboard

Copied

LATEST
Michael Agbogidi wrote:
> I need help. i am currently working on a project to develope myself further on
> web development. i would love to know how to get my site to upload images to a
> database. i am building the site on PHP and the db is MySql.

Do not store images in a database. It's inefficient and leads to a lot
of coding problems. Store the images in a normal folder on your website,
and store the filename and path in the database.

--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines