On 9/5/06, Kevin Murphy <php@xxxxxxxxxxxxxxxxxx> wrote:
$query = "select name from table where name = '$authuser' and password = password('$auth_pw')";
If you haven't tried this you can probably create accounts yourself manually in MySQL like this: INSERT INTO table (name, password) VALUES ('user', PASSWORD('pass'));