0
How to add images to database (mysql)
New Here
,
/t5/dreamweaver-discussions/how-to-add-images-to-database-mysql/td-p/621019
Feb 07, 2007
Feb 07, 2007
Copy link to clipboard
Copied
Hello everyone,
Need to learn how to add images (jpeg) to a database (egmysql). Please point me where infomation can be found or examples how this is done.
Thanks
Ulises
Need to learn how to add images (jpeg) to a database (egmysql). Please point me where infomation can be found or examples how this is done.
Thanks
Ulises
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/dreamweaver-discussions/how-to-add-images-to-database-mysql/m-p/621020#M145084
Feb 07, 2007
Feb 07, 2007
Copy link to clipboard
Copied
Its better not keeping the images in the database. Instead,
upload the
images to a folder, and store the path to the image in the database, it
makes them much easier to manage.
There are plenty of tutorials on file uploading with PHP on the net, and
check out the PHP manual for file uploading as well for more code examples.
--
Gareth
http://www.phploginsuite.co.uk/
PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
images to a folder, and store the path to the image in the database, it
makes them much easier to manage.
There are plenty of tutorials on file uploading with PHP on the net, and
check out the PHP manual for file uploading as well for more code examples.
--
Gareth
http://www.phploginsuite.co.uk/
PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

