so it's telling me
Parse error: syntax error, unexpected $end in C:\xampp\htdocs\loginsession\register.php on line 101
<?php
echo "<h1>Register</h1>";
$submit = $_POST['submit'];
//form data
$fullname= strip_tags($_POST['fullname']);
$username= strip_tags($_POST['username']);
$password=...
so when they sign up I put md5 encryption but when they log in their old password doesn't work only the encrypted code how do I change this so it stays encrypted but they can still use their password