Re: [PHP] Strange

2001-05-10 Thread paket
* smacks self in head * - actually, that's what I did, when I read this. thanks In article <01051022101201.00596@chrisbig>, [EMAIL PROTECTED] wrote: > On Wednesday 09 May 2001 19:32, paket wrote: >> Hello. >> >> This is a script fragment that I am working on

[PHP] Strange

2001-05-09 Thread paket
Hello. This is a script fragment that I am working on. It's purpose is to validate a user by checking a database to see if the userid and password match what has been supplied. Here it is: if ($userid && $password) { $res = pg_exec($db, "SELECT userid FROM users WHERE use