Get a BLOB variable

Get a BLOB variable SearchSearch
Author Message
Marcelo Muzilli
New member
Username: Muzilli

Post Number: 18
Registered: 03-2004
Posted on Tuesday, May 11, 2004 - 07:31 pm:   

Howdy all,

how can I get a blob field from my database and associate with a PHP variable? For example, in the following code:

$file1 = $result['Blob_Field']->load();

I don't know how can I do this.

Regards,

Marcelo Muzilli