>
>
echo '
';
>foreach ($records as $record){
echo '';
> -----------------This is where I want to start the for loop for each field in the record----------------
echo '';
> -----------------Print the Field data here--------------------------------------------------------------
echo ' ';
> -----------------Ending it here-------------------------------------------------------------------------
echo ' ';
> /unset($record);
>}
echo '
';
>