phpozid Posted September 26, 2009 Share Posted September 26, 2009 I'm new to Web Development (and PHP). What I would like to do is to have all records listed on the left part of the screen and when the user clicks on any record, the details of that record will be displayed on the right panel. I want to be able to query the database to retrieve the selected record and display the record info (which will be updatable) on the right side of the screen but, the list of all records should remain intact on the left side. What will be the best approach for that design? Can I do that without frames? Thank you. Quote Link to comment Share on other sites More sharing options...
trq Posted September 26, 2009 Share Posted September 26, 2009 Your best approach (without a screen refresh) would be to use a methodology known as ajax. jQuery has a pretty straight forward set of methods that enable this quite easily. Quote Link to comment Share on other sites More sharing options...
phpozid Posted September 26, 2009 Author Share Posted September 26, 2009 Thank you thorpe! I want to do this with no frames and without refreshing the page so, I'll start reading more about Ajax. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.