dmarket
01-15-2010, 07:07 PM
Hello Everyone, I am a bit new to php so bare with me :thumbsup:
So if I already have a generated record set how can I choose a specific row from that recordset. I need the rest of the recordset for another part of the page.
So if I wanted to echo $row_recordset['cost'] where $row_recordset['ID'] = 1 ... is there a really easy way to do this?
:confused:
Thanks! :D
So if I already have a generated record set how can I choose a specific row from that recordset. I need the rest of the recordset for another part of the page.
So if I wanted to echo $row_recordset['cost'] where $row_recordset['ID'] = 1 ... is there a really easy way to do this?
:confused:
Thanks! :D