Jeff MacDonald <jeff(at)hub(dot)org> writes:
> Warning: PostgreSQL query failed: ERROR: Attribute 't' not found in
> /home/vhosts/mmfreedomclub.com/php-global/conf.php on line 25
> line 25
> $select = pg_exec($dbh,"SELECT password FROM members WHERE member_id = $user");
Hm. What does $user contain? If it's just "t" (no quotes) that'd
provoke this error message.
regards, tom lane