hello,
i am trying to get a pagin solution to show queries results paged,
and i would like to do it with a session variable called $actual_page,
what i need to do this is somehow to be able to sum +1 or -1 and register such variable,
this is easy,
the problem is that i have to do it right at the onclick event,
when the user clicks on the "next page" or "previous page",
i have tried to put this code into a javascript function and put this function on the "onclick" event,
but it doesn't work,
the php interpreter executes the code inside the function either "onclick" ocurs or not,
somebody can help?
thanks