Recent content by Sean Bateman

  1. S

    php logging in problems?

    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=...
  2. S

    php problem when signing in after md5 encryption?

    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
  3. S

    Why is the volume of a cone 1/3 Bh?

    I just can visualise why it is the case, could you explain it to me?
Back
Top