RE: [PHP-DB] Insert select Blob field from MySQL

2006-04-15 Thread Bastien Koert
http://www.weberdev.com/get_example-4063.html ---> bob into db http://www.weberdev.com/get_example-4062.html -> image blob out of db bastien From: "Robert" <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] Insert select Blob field from MySQL Date: Fri, 14 Apr 2006 22:11:58 -0500

Re: [PHP-DB] Insert select Blob field from MySQL

2006-04-15 Thread chris smith
On 4/15/06, Robert <[EMAIL PROTECTED]> wrote: > Does anyone have an example of how to insert and select a blob field in a > MySQL 4.1 database ? Search google for "php mysql blob" it will give you tons of results (link is too long to post). First 3 results are articles on exactly what you want.