Help for this page

Select Code to Download


  1. or download this
    if ( index( $fl, '1' ) != -1 )
    {
    ...
    {
        $flag = 0 ;
    }
    
  2. or download this
    print $query->hidden( -name => 'hidden_name', -default => $ph );
    
  3. or download this
    printf '<input type="hidden" name="phone_number" value="%s">', $ph ;
    
  4. or download this
    print "<input type=\"hidden\" name=\"phone_number\" value=\"$ph\">" ;