- Failed connecting to postgres database
autor." (";
- echo $data->jahr ."): ";
- echo $data->titel."
";
+$row = 0; // postgres needs a row counter
+
+while ($data = pg_fetch_object($qu, $row)) {
+ echo $data->author . " (";
+ echo $data->year . "): ";
+ echo $data->title . "
";
$row++;
}
-?>
-
-$item[0]."\n";
- endwhile;
- $row++;
-}
-echo "----------\n";
-?>
-
-
]]>