Thread
:
Stuck on imagejpeg whilst trying to upload BLOB to MySQL!
View Single Post
#
6
(
permalink
)
06-30-10, 11:03 AM
krabats
New Member
Join Date: Jun 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ob_start();
echo imagejpeg($dst_r,null,$jpeg_quality);
$image = ob_get_clean();
ob_end_clean();
$image = addslashes($image);
This is how it worked for me...
krabats
View Public Profile
Find all posts by krabats