Hi--

When I run the following code:

if($myrow = pg_fetch_array($result,0)) {
     echo "ok...";
} else {
      die(include("../sqlerror.inc"));
}

I get this error message:

"Warning: Unable to jump to row 0 on PostgreSQL result index 2 in 
/html/rccd/remodel/display.php on line 27"

Please help!

Reply via email to