Still not working...
snip
$thumbnail = passthru("convert -geometry $dest_width x $dest_height $image jpg:-");
snip
$thumbnail_data = addslashes(fread(fopen($thumbnail, "r"), filesize($thumbnail)));
snip
$query = mysql_query("INSERT INTO images VALUES ('','$gallery','$temp',NOW(),'$uid','','$uid','$caption','$image_type','$image_data','$thumbnail_data');");