Skip to content

Instantly share code, notes, and snippets.

@Florencelg
Last active September 11, 2018 11:42
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 Florencelg/55f892e2716c0f6ccff815f40fe5cffd to your computer and use it in GitHub Desktop.
Save Florencelg/55f892e2716c0f6ccff815f40fe5cffd to your computer and use it in GitHub Desktop.
<? php
$titleMovie = "Indiana Jones and the Last Crusade";
$movieView = "movie view";
$dateMovie = 1989;
$noteMovie = 8.3;
echo "$titleMovie <br/> $movieView <br/> Release date $dateMovie <br/> Note of movie $noteMovie ";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment