Re: first steps in PhP and PostgreSQL - Mailing list pgsql-general

From Roman Neuhauser
Subject Re: first steps in PhP and PostgreSQL
Date
Msg-id 20061106161848.GE95663@dagan.sigpipe.cz
Whole thread Raw
In response to first steps in PhP and PostgreSQL  (Desmond Coughlan <coughlandesmond@yahoo.fr>)
List 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 by date:

Previous
From: Florian Weimer
Date:
Subject: DISTINCT is not quite distinct
Next
From: Roman Neuhauser
Date:
Subject: Re: Dump all databases to corresponding files