Re: PHP Username & Password Detection From PSQL Database - Mailing list pgsql-php

From Thom Dyson
Subject Re: PHP Username & Password Detection From PSQL Database
Date
Msg-id OF9541863C.F35C6C86-ON88256E6F.0050BA97-88256E6F.00512806@sybex.com
Whole thread Raw
In response to Re: PHP Username & Password Detection From PSQL Database  ("Yasmine Kedoo" <yazkedoo@hotmail.com>)
List pgsql-php



When the database connection fails, you are still trying to run the
pg_close command.  That can't be good.

> if(!$database)
> {
> echo "Connection Failed<BR>";
> }
>
> else
> {
> <snip do something here>
> }

> pg_close($database);

> ?>

Thom Dyson
Director of Information Services
Sybex, Inc.



pgsql-php-owner@postgresql.org wrote on 04/07/2004 07:16:57 AM:

.....

> Though if a different password is used, Access Denied is printed as well
as
> an error,  Warning: Unable to jump to row 0 on PostgreSQL result index 2
in
> /home/webpages/yamkedoo/Tests/brandnew.php on line 16, that I am unable
to
> solve. This applies for all incorrect passwords. Please view my code:


> If anyone can spot any mistakes, i will welcome suggestions ;-)


pgsql-php by date:

Previous
From: "Yasmine Kedoo"
Date:
Subject: Re: PHP Username & Password Detection From PSQL Database
Next
From: Andrew McMillan
Date:
Subject: Re: PHP Username & Password Detection From PSQL Database