rawilkins Posted June 4, 2009 Share Posted June 4, 2009 Go to this link http://www.dothan.com/visitingliving/retiree-relocation/housing.shtml select the Real Estate link note, 26 results are returned the last result on page 2. If you click the green arrow next to 2 you see the page 2 with that last result on it. However if you enter 2 in the Goto box it does not return the last result the link Mortgage and Loans works correctly any ideas what I am missing? attached a copy of the index.php [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/160977-phpmysql-query-problem/ Share on other sites More sharing options...
ldougherty Posted June 4, 2009 Share Posted June 4, 2009 If you compare URLs you'll see the problem.. URL #1 works http://www.dothan.com/members/index.php?page=2&PHPSESSID=31723cbb369772ba0199bf9979a4d4f1&action=display&cmd=view&cat=Property%20Management& URL #2 does not http://www.dothan.com/members/index.php?PHPSESSID=31723cbb369772ba0199bf9979a4d4f1&action=display&cmd=view&cat=Property%2520Management&page=2&x=5&y=12&total_limit=0 The difference between the two is Property%20Management vs Property%2520Management If you fix the form for the second array to use the proper cat you'll be good to go. Link to comment https://forums.phpfreaks.com/topic/160977-phpmysql-query-problem/#findComment-849646 Share on other sites More sharing options...
rawilkins Posted June 5, 2009 Author Share Posted June 5, 2009 Larry, thanks I see what the links are showing now, bear with me as I am learning this, I do not understand where to make the correction, on the index.php but how and where exaclty on the page? Link to comment https://forums.phpfreaks.com/topic/160977-phpmysql-query-problem/#findComment-850015 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.