Search results

  1. W

    [PHP] Using it in forms!

    Well... Im trying to get my registration/login form to work and as you can guess im not having much luck thats why im here! I use very simple php I know but I want it to work before using the more advance php. What is going wrong is on my active.php it is echoing the error varriable when it...
  2. W

    MySQL not inserting into database?

    Code: <?php if (isset($_POST['submit'])) { $pass=$_POST['pass']; $user=$_POST['user']; $email=$_POST['email']; } else { register(); require_once "footer.php"; exit; } $result= mysql_query("SELECT * FROM 'login' WHERE (username = '$user')"); $check=...
Top