Skip to content

Instantly share code, notes, and snippets.

@pedropbazzo
Created December 29, 2020 02:54
Show Gist options
  • Save pedropbazzo/96cc9588fdd6286f71335f58b6aa8827 to your computer and use it in GitHub Desktop.
Save pedropbazzo/96cc9588fdd6286f71335f58b6aa8827 to your computer and use it in GitHub Desktop.
<?php
// Assign the value "Hello!" to the variable "greeting"
$greeting = "Hello!";
// Assign the value 8 to the variable "month"
$month = 8;
// Assign the value 2019 to the variable "year"
$year = 2019;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment