> -----Original Message----- > From: Tommy Pham [mailto:tommyhp2@xxxxxxxxx] > Sent: Friday, February 04, 2011 4:21 PM > To: 'Bill Mudry' > Cc: 'php-windows@xxxxxxxxxxxxx' > Subject: RE: Search engine won't page properly > <snip> > > $result = mysql_query( $sqlSearchCount ); $totalRows = > > mysql_fetch_assoc('Total'); Argh... interruptions... $row = mysql_fetch_assoc($result); $totalRows = $row['Total']; Anyway, you get the idea. Happy coding, Tommy -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php