Page 1 of 1

this is mysql pls convert to postgresql

Posted: Mon Apr 28, 2008 10:58 pm
by php_postgresql
while ($row= mysql_fetch_array($result)) {
$title = $row["1st_field"];

echo "$count.) $title" ;
$count++ ;
}

$currPage = (($s/$limit) + 1);
echo "<br />";

Re: this is mysql pls convert to postgresql

Posted: Mon Apr 28, 2008 11:25 pm
by John Cartwright