because my comment system is pretty much like forum style, sometimes a user
referrers to another comment by it's number, etc...

.. and because i want to ;)

cheers,
- Sebastian

----- Original Message -----
From: "Leif K-Brooks" <[EMAIL PROTECTED]>


| Why do you think comment needs a number in the first place?


| Sebastian wrote:
|
| >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
| >
| >
| >
|
| --
| The above message is encrypted with double rot13 encoding.  Any
unauthorized attempt to decrypt it will be prosecuted to the full extent of
the law.
|
|
|
|
| --
| PHP General Mailing List (http://www.php.net/)
| To unsubscribe, visit: http://www.php.net/unsub.php
|


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

Reply via email to