Skip to content

Instantly share code, notes, and snippets.

@rubenve
Created August 28, 2023 04:29
Show Gist options
  • Save rubenve/a02c71ef2124ac7459b158035e35491a to your computer and use it in GitHub Desktop.
Save rubenve/a02c71ef2124ac7459b158035e35491a to your computer and use it in GitHub Desktop.
<?php
for ($x = 1; $x <= 5; $x++) {
echo "The value of x is: " . $x . "\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment