Voting

: eight minus six?
(Example: nine)

The Note You're Voting On

alien-scripts.de
19 years ago
I make my own dashedline:

<?
for($l=50;$l<=550;$l+=5)
{
if($da == 0) { $da = 1; }
elseif($da == 1){
imageline($bild,$l,50,$l+5,50,$green);
$da = 0; }
}
?>

$l is the x-value
and we have a dashed line :)

<< Back to user notes page

To Top