image uploads problem

Any problem with SQL can be discussed here.
Locked
jasondsouza
Posts: 348
Joined: Thu Jan 12, 2006 8:24 pm
Contact:

image uploads problem

Post by jasondsouza »

can we upload images in a My SQL database if yes how


--jasondsouza
ME working on a very new site. (Coming soon)
Come to my web Site
Flipper3
Posts: 353
Joined: Tue Feb 28, 2006 12:34 am

Post by Flipper3 »

No, that is not possible. You can save the image links in the database however. ;)
sakhan
Posts: 217
Joined: Sat May 26, 2007 6:02 am

Post by sakhan »

yes this is possible and easy to implement here is a tutorial how you can do it
http://www.tutorialized.com/view/tutori ... asing/2995
hope this helps
Flipper3
Posts: 353
Joined: Tue Feb 28, 2006 12:34 am

Post by Flipper3 »

sakhan wrote:yes this is possible and easy to implement here is a tutorial how you can do it
http://www.tutorialized.com/view/tutori ... asing/2995
hope this helps
I just read that tutorial and isn't it still doing what I said? Man I'm lost. :(
sakhan
Posts: 217
Joined: Sat May 26, 2007 6:02 am

Post by sakhan »

you need to know the basics of php and my sql to use that tutorial
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post by Lixas »

here is step by step tutorial how to upload images to mysql database: http://www.phpriot.com/d/articles/datab ... index.html

I hope this will help...
Image
Locked