<?php
  $message = "Hello, World!"; // This creates a variable named $message and assigns the text "Hello, World!" to it.
  $number = 42; // This creates a variable named $number and assigns the value 42 to it.
?>