# [EMAIL PROTECTED] / 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 [EMAIL PROTECTED]

-- 
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

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to