We upload jpegs using bind parameters into mysql using the following:

$stmt=replace into mytable (fld1,bfld1) values ('fld1',?);
$sth=$dbh->prepare($stmt);
$sth->execute($var_with_binary_data);


James D. White wrote:


>>7384998737264839
>>
>>when encrypted by Crypt::Twofish would look like
>>
>>q��*��?.'��?�
>>


-- 
-------------------------------------------------
Keith Clay, [EMAIL PROTECTED]
Lead Programmer, Web Integration and Programming
286 Adams Center for Teaching Excellence
Abilene Christian University
Abilene, TX 79699
(915) 674-2187
(915) 674-2834
-------------------------------------------------

Reply via email to