Help for this page

Select Code to Download


  1. or download this
    if($query{'action'} eq 'Login'){
        setCookie();
    ...
    
        print '<meta http-equiv="refresh" content="2">';
    }
    
  2. or download this
    setCookie();
    if($query{'action'} eq 'Login'){
    ...
    
        print '<meta http-equiv="refresh" content="2">';
    }