Help for this page

Select Code to Download


  1. or download this
    $error_msg = sub1();
    return $error_msg if ($error_msg ne ());
    
    $error_msg = sub2();
    return $error_msg if ($error_msg ne ());