More PHP Loops

These tables are made from snippets of codes from the fine Gradtable art work of JukeBoxJoe, modified in to PHP loops. You can see his work by going to his site. PC users will need to download the msnTV-viewer (webTV-viewer) to view his pages. There is a link on my home page. For a sample view of his work here are a few screen-shots.


















<?php
$count=000000;
$i=888888;
while($count<=$i){
$count=$count+111111;
$audio1 = "<audioscope gain=20 rightcolor=$count leftcolor=$count rightoffset=-3 leftoffset=3 height=2 width=285 bgcolor=ffffff border=0><br />";
echo $audio1;
}
$count2=888888;
$i=000000;
while($count2>=$i){
$count2=$count2-111111;
$audio2 = "<audioscope gain=20 rightcolor=$count2 leftcolor=$count2 rightoffset=-3 leftoffset=3 height=2 width=285 bgcolor=ffffff border=0><br />";
echo $audio2;
}
?>
<?php
$times=80;
$width=0;
while($width<=$times){
$width=$width+10;
echo "<table border=0 cellspacing=0 cellpadding=0>";
$tab = "<tr><td align=right bgcolor=000000 gradcolor=ffffff gradangle=90 width=$width height=8></td><td align=right bgcolor=000000 gradcolor=2222ff gradangle=90 width=$width height=8></td><td align=left bgcolor=000000 gradcolor=2222ff gradangle=-90 width=$width height=8></td><td align=left bgcolor=000000 gradcolor=ffffff gradangle=-90 width=$width height=8></td></tr><tr><td colspan=4 bgcolor=000000 height=2></td></tr>";
echo $tab;
}
echo "</td></tr></table>";
?>


ARROW CODES
SEE IT REVERSED



FENCE CODE
MORE PHP LOOPS