Task App

A web app to organise your studies.

Enter your details to log in.

Invalid username or password.
"; } else if ($_GET["login"] == "regFail") { echo "
Username already exists.
"; } else if ($_GET["login"] == "regSuccess") { echo "
Successfully created account, you can now log in below.
"; } } ?>

Or, fill in the details below to register an account.