How to Upload and update images in mysql database using php
am 08.01.2008 20:45:34 von udivyaprakash
Hi guys,
I have doing my php project using mysql. My problem is how to upload
a image in database.but i got a coding in internet and implemented.But
dont know how to update that image.
That is im uploading the clients images while they register in the
registration form.Ill give one username and password and they can
login through it.
One option given in their account is edit account, in that they can
edit all the details including their photos.
But dont know how to update it.I have used class and session for my
project.
Can u give me the sources and some ideas how to use it.
Re: How to Upload and update images in mysql database using php
am 08.01.2008 20:51:20 von luiheidsgoeroe
On Tue, 08 Jan 2008 20:45:34 +0100, wrote:
> Hi guys,
>
> I have doing my php project using mysql. My problem is how to upload
> a image in database.but i got a coding in internet and implemented.But
> dont know how to update that image.
>
> That is im uploading the clients images while they register in the
> registration form.Ill give one username and password and they can
> login through it.
>
> One option given in their account is edit account, in that they can
> edit all the details including their photos.
> But dont know how to update it.I have used class and session for my
> project.
If you can insert in image in a database, how come you cannot update the
field with the imagedata?
--
Rik Wasmus