Hi,

> I was wondering if there was a way to store images (jpg or gif) into a
MySQL
> database using PHP.

you could use a blob. But it probably is better just to store the path to
the image
in your DB.

hope it helps
Johannes



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to