Help for this page

Select Code to Download


  1. or download this
    if ( $PERMISSIONED_USER_1 ne ""   && $PERMISSION_TYPE_1 ne ""   ) { # 
    +HTTP POST
    if ( $PERMISSIONED_USER_1 ne "-1" && $PERMISSION_TYPE_1 ne "-1" ) { # 
    +Web page
    ...
        }
    }
    }
    
  2. or download this
    sub OrderProcess_NotifyTheUser
    {
    ...
    
        if ( $AndExit && $ViaCommandLine ) { OrderProcess_CustomExit($AndE
    +xit, $OnExit_callBackSubroutine); }
    }