saad|_d3vil Posted September 22, 2008 Share Posted September 22, 2008 hi see this page http://www.maza4fun.com/joke/index.php when someone click on any id it show some text down it show the pagination i want to remove the pagination form the text on other page Link to comment https://forums.phpfreaks.com/topic/125310-need-help-with-pagination/ Share on other sites More sharing options...
Ban Posted September 23, 2008 Share Posted September 23, 2008 You can always put the pagination in an if statement and use the isset() function to check wether id is set in the URL. if(!isset($_GET['id'])){ //pagination } *edit: forgot the ! Link to comment https://forums.phpfreaks.com/topic/125310-need-help-with-pagination/#findComment-648743 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.