for loop is not executed /getting error like loop is not working

You have left a lot space here between ? and > must be ?> . [This is one of the errors]

<?=$objResult["OPERATOR_ID"];?   >">
                              ^^^

must be

<?=$objResult["OPERATOR_ID"];?>">

Leave a Comment