Skip to content

Instantly share code, notes, and snippets.

@Julien1138
Created March 27, 2020 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Julien1138/b79e8478bf6ad1727d4a719ba18fe505 to your computer and use it in GitHub Desktop.
Save Julien1138/b79e8478bf6ad1727d4a719ba18fe505 to your computer and use it in GitHub Desktop.
<?php
$name = $_REQUEST['name'];
$hello = "Bonjour " . $name . " !";
echo $hello;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment