pemula Posted January 12, 2012 Share Posted January 12, 2012 Dear all, I have code for paging The problem is, one of them do not work properly This is OK http://www.amec-berca.co.id/abi/index.php?action=past-projects This is not OK http://www.parnaraya.net/beta/index.php?link=news My question: Is there any issues about PHP/Apache version? or something else? I used this script very often, and no problem so far except this time FYI, the host server using Virtualmin version 3.89 Thanks Link to comment https://forums.phpfreaks.com/topic/254858-paging-script-not-working/ Share on other sites More sharing options...
QuickOldCar Posted January 12, 2012 Share Posted January 12, 2012 The first link I could never connect to, and the second is very slow, but it appears the pagination works, as far as in the address bar goes. Posting code relevant to your problem here would get you better help. Link to comment https://forums.phpfreaks.com/topic/254858-paging-script-not-working/#findComment-1306779 Share on other sites More sharing options...
QuickOldCar Posted January 12, 2012 Share Posted January 12, 2012 Just for the record, virtualmin is just an administration panel for you, and has nothing to do with what versions apache or php are running. create a new php file and place this code within it to see your version information. <?php phpinfo(); ?> Link to comment https://forums.phpfreaks.com/topic/254858-paging-script-not-working/#findComment-1306781 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.