Skip to content

Instantly share code, notes, and snippets.

@ichsanputr
Created June 27, 2025 12:18
Show Gist options
  • Save ichsanputr/c444c8ea8d36e8f5f7fdd41ecb243513 to your computer and use it in GitHub Desktop.
Save ichsanputr/c444c8ea8d36e8f5f7fdd41ecb243513 to your computer and use it in GitHub Desktop.
<?php
$학생들 = array("민수", "지은", "민준");
foreach ($학생들 as $학생) {
echo "안녕하세요, $학생님!<br>";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment