Help for this page

Select Code to Download


  1. or download this
    print "<input type=hidden name= 'index'  value='$i'>";
    print "<input type=hidden name='uname' value='$nme'>";
    print "<input type='image' src='http://typhoon.he.net/~bthcraft/$nme/i
    +mages/tn_$dat->[$i]->[2]' name='image' height ='$heigh$
    
  2. or download this
    print hidden("index",$i), 
           hidden("uname", $nme),
    ...
                        -src    => "http://typhoon.he.net/~bthcraft/$nme/i
    +mages/tn_$dat->[$i]->[2]",
                        -height => $height,
                        -width  => $width);