2 formas diferentes em uma página php

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