PHP & MySQL Pagination

Posted by Francesc on Stack Overflow See other posts from Stack Overflow or by Francesc
Published on 2010-04-11T10:23:39Z Indexed on 2010/04/11 10:33 UTC
Read the original article Hit count: 371

Filed under:
|
|

Hi. I have a MySQL query

SELECT * FROM 'redirect'
WHERE 'user_id'= \''.$_SESSION['user_id'].' \' 
ORDER BY 'timestamp'`

I want to paginate 10 results per page. How Can I do it?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about pagination