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