I am trying to start a user session when a user logs in to my website. The setup is pretty simple. Here is my checkLogin.php script that checks whether the user is a member of the website.
Code:
<? session_start(); $username = $_POST["username"]; $password = $_POST["password"]; include '../connect.php'; $sql = sprintf( "SELECT * FROM