Looking at your code, it appears as though you want the following to happen.
if $password = ""
then display an empty string
if $password is anything but an empty string,
display "Your username/password combination is incorrect"
and then display the login form. Is this the desired behavior?
The only error I see is that you need a semicolon after print ""