$type_length = strlen( $this->type); $name_length = $full_length- $type_length;
$name = substr( $this->srcimg,0, $name_length-1); $this->dstimg = $dstpath;
//echo $this->dstimg; } } ?>