2 bentuk berbeda dalam satu halaman PHP

if($_POST['btn1']){
    //Login
}elseif($_POST['btn2']){
    //Register
}
Said HR