Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > PHP How-To
|
PHP How-To Post your "How do I do this with PHP?" questions here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the PHP How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 17th, 2007, 12:55 AM
Authorized User
 
Join Date: Jan 2007
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default image upload to a mysql database

i need help on how to upload images to a mysql database and also retrieve the image from the mysql database (to view it on a web page)
thanks

 
Old July 17th, 2007, 03:26 AM
Friend of Wrox
 
Join Date: Nov 2005
Posts: 223
Thanks: 0
Thanked 0 Times in 0 Posts
Default

you can't upload an image into a mysql database you can with oracle. But what most do with mysql is upload an image to a folder and then send the image url as string into a database

__________________________________________________ ________
I am DJ Kat...that's my name. Its a D and a J and a Kat with a K.
 
Old July 20th, 2007, 07:01 AM
Registered User
 
Join Date: Jul 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Yes you can... see

http://dev.mysql.com/doc/refman/5.1/...sing-blob.html

for more information.

HTH,

Filip

 
Old July 21st, 2007, 09:13 AM
Friend of Wrox
 
Join Date: Nov 2005
Posts: 223
Thanks: 0
Thanked 0 Times in 0 Posts
Default

OMG 0.o didn't know that hmmm that can be handy
this link can help then if you didn't solve it yet
http://www.php-mysql-tutorial.com/php-mysql-upload.php

now instead of downloading an image how to display it on a html page


__________________________________________________ ________
I am DJ Kat...that's my name. Its a D and a J and a Kat with a K.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Upload image-create & save thumbnail-display image angshujit ASP.NET 2.0 Professional 6 July 11th, 2013 10:34 PM
how to upload image? vipin k varghese BOOK: XSLT Programmer's Reference, 2nd Edition 3 June 3rd, 2008 02:53 AM
how to upload image into sql server database avnishraj23 General .NET 1 December 4th, 2007 02:20 PM
Upload and Retrive image from database ashokkumar ASP.NET 1.0 and 1.1 Basics 0 June 9th, 2006 03:46 AM
Upload image to database or not to database? thachnn SQL Server ASP 0 October 11th, 2004 03:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.