0) { $x0 = $coord[$count - 1][0] * $scale + $image3d_x / 2; $y0 = $coord[$count - 1][1] * $scale + $image3d_y / 2; $x1 = $coord[$count][0] * $scale + $image3d_x / 2; $y1 = $coord[$count][1] * $scale + $image3d_y / 2; imageline($image3d, $x0, $y0, $x1, $y1, $fgcolor); } $count++; } } header("Content-type: image/jpeg"); header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header("Expires: Mon, 03 Apr 1977 11:05:00 GMT"); // Date in the very past, guess what it is imagejpeg($image3d); ?>