if (strlen($description) >= 140) {
$description = substr($description, 0, 140);
if (substr($description, -1) != '.') {
$description = substr($description, 0, strrpos($description, '.') );
}
}
$html = file_get_html('https://w8shipping.com/tracking/?vin=3GNAXJEV5JS538785&searchAuto=Search');
die($html);