// PHP Birthday Celebration Script
<?php
$Happy = "Birthday";
$Ayesh = Karunaratne;
?>
// Console output:
_
while($countdown > 0) {
  echo "Preparing birthday surprise...";
  $countdown--;
}
10
seconds until the big reveal!
if($birthday) {
  echo "🎉 HAPPY BIRTHDAY! 🎉";
}
🎉 HAPPY BIRTHDAY AYESH! 🎉
For Developers:
Plz check the console!