this is mysql pls convert to postgresql

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
php_postgresql
Forum Newbie
Posts: 13
Joined: Sat Apr 19, 2008 9:37 am

this is mysql pls convert to postgresql

Post by php_postgresql »

while ($row= mysql_fetch_array($result)) {
$title = $row["1st_field"];

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

$currPage = (($s/$limit) + 1);
echo "<br />";
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: this is mysql pls convert to postgresql

Post by John Cartwright »

Post Reply