Click here to Skip to main content
15,991,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a listbox having many names and I have a button "display". I select some names and when I click the button , the names along with the address(they are in database) should be displayed. I am using php for doing this process.

Plz help me out.
Posted
Comments
Amir Mahfoozi 26-Oct-11 7:18am    
Please clarify more :-?

1 solution

There are several ways to accomplish this. You could trigger a postback with the button click to populate the details or you could use AJAX to do it out of band. Either way, there are numerous examples available here and on the web.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900