Forums
This topic is locked
Customizing DW's PHP code
29 Sep 2003 20:22:12 mike p posted:
When Dreamwever loops through the results of a query (repeat region), it uses this code:while(!$recordSet->EOF)
$recordSet->MoveNext();
I need to display something for one of the results of the query, only if it is the first result.
Can someone point me in the right direction of how to determine if one of the results is the first result?
I probably need to rewrite the loop totally differently, right?