I have a little problem with my if(isset($_POST[\'submit\'])) code. What I want is some echos and a table to not appear when the script is open but I do want it
if(isset($_POST[\'submit\']))
You must give a name to your submit button
Then you can call the button with $_POST['login']
$_POST['login']