Skip to main content
Inspiring
January 30, 2012
Question

image upload to myPHPAdmin mySQL tutorial

  • January 30, 2012
  • 1 reply
  • 1100 views

Whats the easiest way to upload an image to a php database, using myPHPAdmin mySQL

thanks

This topic has been closed for replies.

1 reply

Inspiring
January 30, 2012

i forgot to mention i already have a database that is populated by user information, i need to add another fieild that the user can add an image that can be called when needed

Participating Frequently
January 30, 2012

The most popular practice these days is to not store binary data in the database. Upload the image to the filesystem, and store the path in the database instead.

Inspiring
January 30, 2012

ok what do i need to achieve this,basically its user signatures (written) need to be stored with there user information

thanks