Search Postgresql Archives

Re: first steps in PhP and PostgreSQL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



# coughlandesmond@xxxxxxxx / 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@xxxxxxxxxxxxxx

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


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux