Resultat af kode:
http://www.shafh.dk/1.phpIndhold af siden:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Nyt dokument</title>
<meta name="generator" content="TSW WebCoder">
</head>
<body>
<?php
header("Content-type: image/png");
$im = @imagecreate(100, 50)
or die("Cannot Initialize new GD image stream");
$background_color = imagecolorallocate($im, 255, 255, 255);
$stregFarve = imagecolorallocate($im, 255, 0, 0);
function TegnPunkt($x1, $y1, $x2, $y2)
{
global $im, $stregFarve;
return imageline($im, $x1, $y1, $x2, $y2, $stregFarve);
}
$antal = array(5, 23, 10, 45, 34, 27);
for($i=1;$i<count($antal);$i++)
TegnPunkt($i*10-10, $antal[$i-1], $i*10, $antal[$i]);
imagepng($im);
imagedestroy($im);
?>
</body>
</html>
__________________
Hved ikke hvorfor jeg får fejl
Får også fejl når jeg følger en artikel! Og artiklen har før virket fint
Shafh
www.shafh.dk
Shafh@stofanet.dk
Theis F. Hinz
Make you glad to change the world