I Have made my own pagination script, but i am trying give each comment
isn't own number. Which i already did, but when i view the next results it
starts counting from 1 again.

cheers,
Sebastian

----- Original Message -----
From: "Nikunj Virani" <[EMAIL PROTECTED]>


| Check out:
| http://phpbuilder.com/columns/rod20000221.php3
|
| Hope that helps!
|
| ----- Original Message -----
| From: "Sebastian" <[EMAIL PROTECTED]>
|
|
| > Hello all.
| >
| > rather dumb question.
| >
| > I have a pagination system, 25 results per page, which are user
comments,
| I
| > want to put a number on each comment so i am doing something like:
| >
| > $num=$num + 1;
| > $number = $num;
| > echo $number;
| >
| > But when i switch to the next 25 results it starts counting from 1
again,
| > LoL.
| >
| > So i have to use $_GET right? If so can someone give me an example.
| >
| > Thanks in advanced.
| >
| >
| > cheers,
| > - Sebastian


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to