in my code all field are copied from tipuranibasti to puaranibasti except image(blob one).in table puranibasti it($image field) shows entry as [BLOB - 0B]

Code:
<?php
include ("connect.php");
$id=@addslashes($_GET['id']);
$image=@mysql_query("select * from tipuranibasti where  id = $id");
$image_row=@mysql_fetch_assoc($image);

   $name=@$image_row['name'];
...