Re: php connection

Поиск
Список
Период
Сортировка
От K Parker
Тема Re: php connection
Дата
Msg-id BEBGEMGCBGNEEAAA@shared1-mail.whowhere.com
обсуждение исходный текст
Список pgsql-general
> I thought that wouldn't work because PHP > doesn't substitute variables
> between single quotes :-(

You're right, it doesn't.  But you don't _have_
single quotes in this case; the single quotes
are simply chars _inside_ the double_quoted
PHP string:

   database = pg_Connect ("host=db.example.com port=5432 \
   user=$PHP_AUTH_USER \
   password=\"$PHP_AUTH_PW\" dbname=base");




Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com

В списке pgsql-general по дате отправления:

Предыдущее
От: Janne Blomqvist
Дата:
Сообщение: VS: performance question
Следующее
От: Patrick Welche
Дата:
Сообщение: Re: Figured it out (psql and Gnu readline)