Posted by Rik on 02/23/07 02:08
<salvadorvp@gmail.com> wrote: > $result =3D& $dbh->query($WEBAPP_LOGIN_SQL, $username); I'm not a MDB2 user, but shouldn't that be: $statement =3D $dbh->prepare($WEBAPP_LOGIN_SQL); $result =3D $statement->execute($username); Or does the MDB2 query method know you want a statement automagically? -- = Rik Wasmus
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming