Posted by d_goto on 05/17/06 23:14
Thanks for all the input. Jessica's suggestion worked :) $password = $_POST['password']; $username = $_POST['username']; $sql = "SELECT ID FROM login WHERE username='$username' and password='$password'";
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming