RE: how 2 stroe images in Mysql Database using PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 
> 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 better/faster/more efficient to
store images in the filesystem, and just store the PATH to those images in
the database.  There are certainly situations where storing the actual files
in the database is required, and yours might be one.

That being said, a quick google on the topic returned several relevant hits:

http://www.google.com/search?as_q=store+jpg+mysql+php

I encourage your own use of google as a programming and research aid, its
fun and easy.  Better than that, it reduces your need for asbestos
underwear!  

JM

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux