I think you already have the paging code. So, use $_SESSION or $_COOKIE instead of $_GET to store the pagination variables to session or cookie. LuckyGuy354 IT Beginner http://www.wiwid.org ----- Original Message ----- From: "shivam0101" <shivam0101@xxxxxxxxx> To: <php-objects@xxxxxxxxxxxxxxx> Sent: Saturday, July 07, 2007 8:04 AM Subject: Paging >I am trying to do paging. Is there any way where i can do it without > using hyper links as navigation. I do not want the search conditions > to appear in the address bar.