RE: Search engine won't page properly

"Tommy Pham" <[email protected]>
Newsgroups gmane.comp.php.windows
Message-ID <[email protected]>
> -----Original Message-----
> From: Tommy Pham [mailto:[email protected]]
> Sent: Friday, February 04, 2011 4:21 PM
> To: 'Bill Mudry'
> Cc: '[email protected]'
> Subject: RE: [PHP-WIN] 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.