I am trying to create a simple login form that cheeks to see if they are in the data base everything works however I get this message
Notice: Use of undefined constant username - assumed 'username'
here is the code that is causing the problem I am just trying to pass what the user enters in into a varaible
<?php
$user = $_POST[username];
I am at a lost of what I need to do to get rid of the error message.
Thanks Russ