guestabc Posted December 14, 2008 Share Posted December 14, 2008 I want to page my results, i have looked at the tutorial on this site though I have a problem if I try to addapt the code given in that tutorial for my website as I'm using MS Access instead of mySQL. The problem i have is with the LIMIT as it doesn't work with MS Access. $sql = "SELECT * FROM Results WHERE sUser='$sTID' AND sWonLost='Won' OR sUser='$sTID' AND sWonLost='Placed' LIMIT $offset, $rowsperpage"; thanks Link to comment https://forums.phpfreaks.com/topic/136883-paging-with-ms-access/ Share on other sites More sharing options...
sasa Posted December 14, 2008 Share Posted December 14, 2008 look http://answers.google.com/answers/threadview/id/437751.html Link to comment https://forums.phpfreaks.com/topic/136883-paging-with-ms-access/#findComment-715036 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.