/[informatika.old]/html/inc/checkbox.inc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /html/inc/checkbox.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jun 29 09:26:59 2000 UTC (23 years, 10 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Branch point for: dbi
izdvojena funkcija checkbox

1 <?
2 function checkbox($name,$current) {
3 $out="<input type=\"checkbox\" name=\"$name\"";
4 if (isset($current)) {
5 $out.=" checked";
6 }
7 $out.=">";
8 return $out;
9 }
10 ?>

  ViewVC Help
Powered by ViewVC 1.1.26