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 Link to comment https://forums.phpfreaks.com/topic/20917-how-do-you-retrieve-individual-data-cells-from-a-table/ 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. Link to comment https://forums.phpfreaks.com/topic/20917-how-do-you-retrieve-individual-data-cells-from-a-table/#findComment-92665 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.