DNugent Posted September 15, 2006 Share Posted September 15, 2006 How do you retrieve individual data cells from a table?I'm trying to cycle through the contents of a table and display data in specific locations on a web page.There are many tutorials to display the whole table but how do you get access to individual cells?Best RegardsDerek Quote Link to comment Share on other sites More sharing options...
AndyB Posted September 15, 2006 Share Posted September 15, 2006 Prototypically ...SELECT cellname FROM databasename WHERE some_condition_is_true LIMIT 1I think we need a bit more information about what you're really trying to achieve so as to suggest an appropriate and specific course. 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.