Help for this page

Select Code to Download


  1. or download this
    if ( blah ){
        print header( and cookie );
    }
    print header;
    
  2. or download this
    if ( blah ){
       store cookie in variable
    }
    print header ( and $cookie )