Hi,
I have a table (addressbook) with over 2000 names and addresses. I currently have a php script to update it but it firsts lists out all 2000 odd entries on screen and then i have a radip button to choose one of them to update.
This obviously means the page takes forever to load. Is there a way I can have :
a. A page that comes up on screen with say A-F G-M N -S T-Z ?
b. If a user clicks on A-F , then the list of all A-F appears along with the necessary fields ( I can figure out how to do this using LIKE)
c. Can a user update multiple records at one time ? Say there are 2 addresses each of John Smith and Jane Doe and both have moved home. If the user clicked on G-M, then could select both John and Jane's records and update both at the same time ? This is especially helpful if one needs to copy the same data to multiple records (say if J & J shared the same new address or worked at the same company whose tel number has changed)
Need guidance on (a) and (c) above pl.
Thanks. Swati