<?php
if(!isset($_POST["pass"])){
<!-- Login Here-->
} else {
<!-- Content Here-->
}
?>
Hello,
I'd like to create a very simple login page for my website. I am not very familiar with HTML or PHP so i'd like it to stay simple. I don't need an account creation page, just a login and a way for me to create accounts.
Thanks