Re: PHP Username & Password Detection From PSQL Database

Поиск
Список
Период
Сортировка
От Thom Dyson
Тема Re: PHP Username & Password Detection From PSQL Database
Дата
Msg-id OF9541863C.F35C6C86-ON88256E6F.0050BA97-88256E6F.00512806@sybex.com
обсуждение исходный текст
Ответ на Re: PHP Username & Password Detection From PSQL Database  ("Yasmine Kedoo" <yazkedoo@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Yasmine Kedoo"
Дата:
Сообщение: Re: PHP Username & Password Detection From PSQL Database
Следующее
От: Andrew McMillan
Дата:
Сообщение: Re: PHP Username & Password Detection From PSQL Database