image master








<? echo $webtitle; ?> - Free Image Hosting





alert('Please enter an email id first !');";
else {
$headers = "From: $webtitle <{$website}>\r\nContent-type: text/html";
$body = "

$webtitle - Image Share !









$path



-

";

if (mail($to, "$webtitle - Image Link", $body, $headers))
echo "";
else
echo "";
}
}

//GO BACK
echo "";

?>