Re: [PHP-DB] Paging

[email protected] (Bastien Koert)
Newsgroups php.db
Message-ID <[email protected]>
On Mon, May 11, 2009 at 9:07 PM, Joey Hendricks
<[email protected]>wrote:

> Hi everybody, I have a paging question. I have a page where you can view a
> persons 'profile'. And I have a list taken from the db of there books. I can
> get all the books on one page but I can't figure out the WHERE from the get.
> This is what I tried but it didn't work.
> $query   = "SELECT COUNT(*) AS numrows FROM tabs WHERE user_name='".$_GET
> ['user_name']."';
>  $data  = mysqli_query($dbc, $query) or die('Error, query failed');
>  $row     = mysqli_fetch_array($data);
>  $numrows = $row['numrows'];
>
> When I do this it shows a second page but when I click on the next page It
> goes to my profile or the user who is logged in, not the users profile I was
> looking at on page 1. Thanks every one for all your help!!



Can you post the code snippets for the sections that matter?

Also, have a look at the variables you are calling, maybe one is overwriting
the other

-- 

Bastien

Cat, the other other white meat
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.