|
|
 |
Re: FN-FORUM: Storing images and other binary data in mySQL
date posted 27th April 2008 15:50
Use BLOB types (TINYBLOB,MEDIUMBLOB,LONGBLOB and BLOB)
Good PHP tutorial at:
http://www.php-mysql-tutorial.com/php-mysql-upload.php
Nigel.
----- Original Message -----
From: "Rob Colton" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Sunday, April 27, 2008 5:14 PM
Subject: FN-FORUM: Storing images and other binary data in mySQL
>
> Hi
>
> Is it possible to store images and other binary data into fields in MySQL?
> Mostly I just want to save images but small video clips and audio might be
> nice too. (I guess it makes no odds what the content is)
|
 |
|