Skip to main content
Inspiring
September 10, 2012
Answered

Dynamic Data Table - Members directory

  • September 10, 2012
  • 1 reply
  • 535 views

I am using DW CS5.5. I have a members directory on my web site that is set so that new members can register and their names automatically appear in the directory. The names appear in alphabetical order. Members have to sign in to access the page that the directory is on and that part is working OK. The problem is that it is only showing 10 names. It isn't related to when the people registered. Names starting with "H" that were added today are appearing but names added 3 days ago starting with "M" are not.The phpMySQL database seems to be OK, although I have only started working with php very recently and am far from being an expert. Any help with this would be greatly appreciated.

Thanks

This topic has been closed for replies.
Correct answer larrylincoln

Did you use the "Master Detail Page Set" function in the Insert tab of DW and recieved this outcome? If so then 10 results per page is the default. If you used the "Master Detail Page Set" function in the Insert tab of DW then at the bottom of the list you will have the two link arrows one for "next page" and the other for "previous page".

1 reply

larrylincolnCorrect answer
Participant
September 10, 2012

Did you use the "Master Detail Page Set" function in the Insert tab of DW and recieved this outcome? If so then 10 results per page is the default. If you used the "Master Detail Page Set" function in the Insert tab of DW then at the bottom of the list you will have the two link arrows one for "next page" and the other for "previous page".

Gale12Author
Inspiring
September 10, 2012

Thank you very much. That is exactly the problem. It wasn't showing any arrows to take you to a second or third page so I have started over and inserted a new dynamic table and it is now working great.