Re: first steps in PhP and PostgreSQL

Поиск
Список
Период
Сортировка
От Roman Neuhauser
Тема Re: first steps in PhP and PostgreSQL
Дата
Msg-id 20061106161848.GE95663@dagan.sigpipe.cz
обсуждение исходный текст
Ответ на first steps in PhP and PostgreSQL  (Desmond Coughlan <coughlandesmond@yahoo.fr>)
Список pgsql-general
# coughlandesmond@yahoo.fr / 2006-11-06 15:05:25 +0100:
>   I'm sure that it's a typo or something, but as I'm getting into PhP
>   and PostgreSQL for the first time, I can't be sure.

>   <?php
>   pg_connect ("dbname=cdi user=cdi password=toto") or die
> ("Couldn't Connect: ".pg_last_error());
> $query="SELECT * FROM stock";
> $query=pg_query($query);
>   // start the output
>   while($row=pg_fetch_array($query,NULL,PGSQL_ASSOC)) {
> echo "Title: ".$row['isbn_no']."<br />";
> echo "blah ".$row['code_livre']."<br />";
> }
>   ?>
>
>   I copy that file to my apache server, in php_experimental/base.php
>   and access it via a browser.
>
>   I don't get an error message. I instead get a blank page.

    Check apache's error log. If you can't figure it out then, better
    place to ask further questions would be php-general@lists.php.net.

--
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

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

Предыдущее
От: Florian Weimer
Дата:
Сообщение: DISTINCT is not quite distinct
Следующее
От: Roman Neuhauser
Дата:
Сообщение: Re: Dump all databases to corresponding files