Help for this page

Select Code to Download


  1. or download this
    print hidden( 'day' , $day );
    
  2. or download this
    print hidden( 'mode' , 'save' , 1 );
    
  3. or download this
    print hidden( -name => 'mode' , -default => 'save' , -override => 1);