alwaysyour you have taken the example on the page to literal when it says int cx it doesn't mean type in int. have a look at this code
$diameter = 50;
imagearc($image, 25, 25, $diameter, $diameter, $start, $end, $color);
while($diameter > 0)
{
imagearc($image, 25, 25, $diameter, $diameter, $start, $start + 1, $color);
imagearc($image, 25, 25, $diameter, $diameter, $end - 1, $end, $color);
$diameter--;
}
not my code. Im not sure were I got this from.
Mark.
ps. weedpacket whats with the hostile presence?? It looks to me like someone has either bitten off way more than they can chew. Or has jumped in at the deep end and started to sink very quickly. I do agree that anyone writing this sort of code should be able to interperate the manual a little better.