<?php
for ($i = 1; $i <= 5; $i++) {
echo “BrightTech Student ID: $i <br>”;
}
?>