[PHP] how 2 stroe images in Mysql Database using PHP

2006-01-16 Thread suresh kumar
Hi, i dont know how 2 store images in gif/jpeg format in Mysql Database.i also want 2 know PHP Code 2 store images in Mysql Database .reply me soon its very urgent . A.suresh Send instant messages to your online friends

Re: [PHP] how 2 stroe images in Mysql Database using PHP

2006-01-16 Thread David Grant
Suresh, suresh kumar wrote: i dont know how 2 store images in gif/jpeg format in Mysql Database.i also want 2 know PHP Code 2 store images in Mysql Database .reply me soon its very urgent . Storing the image in the database will result in a fairly large performance hit, but if you

RE: [PHP] how 2 stroe images in Mysql Database using PHP

2006-01-16 Thread Jim Moseby
Hi, i dont know how 2 store images in gif/jpeg format in Mysql Database.i also want 2 know PHP Code 2 store images in Mysql Database .reply me soon its very urgent . A.suresh Conventional wizdom is that is it usually

Re: [PHP] how 2 stroe images in Mysql Database using PHP

2006-01-16 Thread Richard Correia
Hey ... Ready example ... http://www.weberdev.com/get_example-4062.html Thanks, Richard On 1/16/06, suresh kumar [EMAIL PROTECTED] wrote: Hi, i dont know how 2 store images in gif/jpeg format in Mysql Database.i also want 2 know PHP Code 2 store images in Mysql Database .reply me

RE: [PHP] how 2 stroe images in Mysql Database using PHP

2006-01-16 Thread Weber Sites LTD
: [PHP] how 2 stroe images in Mysql Database using PHP Hey ... Ready example ... http://www.weberdev.com/get_example-4062.html Thanks, Richard On 1/16/06, suresh kumar [EMAIL PROTECTED] wrote: Hi, i dont know how 2 store images in gif/jpeg format in Mysql Database.i also want 2 know

Re: [PHP] how 2 stroe images in Mysql Database using PHP

2006-01-16 Thread Kevin Waterson
This one time, at band camp, David Grant [EMAIL PROTECTED] wrote: Storing the image in the database will result in a fairly large performance hit This is not always the case. Mostly this mis-nomer comes from using databases that use a secondary db for indexing or dont support true BLOB types