Re: [PHP-DB] Manipulating Blob Fields

2008-02-14 Thread OKi98
Original Message Subject: Re: [PHP-DB] Manipulating Blob Fields From: julian <[EMAIL PROTECTED]> To: php-db@lists.php.net Date: 14.2.2008 11:24 After some research I found a workaround, not a solution. Diggin in www.php.net I found the following (potential) bug appa

Re: [PHP-DB] Manipulating Blob Fields

2008-02-14 Thread julian
After some research I found a workaround, not a solution. Diggin in www.php.net I found the following (potential) bug apparently resolved time ago http://bugs.php.net/bug.php?id=35155 in relation to Bug #35155 prepared statement with blob field does not work Which is exactly what it is

Re: [PHP-DB] Manipulating Blob Fields

2008-02-14 Thread julian
Hi Alan, Sorry not writing to help you out. I am trying to do something like you, but with pdf files. I am no expert on mysql but I just can't manage to store a pdf file in a blob field. Any hints or experiences to share ?? I use a sequence of prepared statements, no rocket science precisel

RE: [PHP-DB] Manipulating Blob Fields

2008-01-24 Thread Alan Bannister
Not a lot of feedback to my original enquiry, but nevertheless I found the answer, which I shall pass on in case it is of use to others. The essential function is imagecreatefromstring() Using this in conjunction with other functions allows an image string that has been stored in a database to be