Skip to content

Instantly share code, notes, and snippets.

@Chojiu15
Created October 10, 2018 09:19
Show Gist options
  • Save Chojiu15/dbce268573ec649f35a26c86a46719d7 to your computer and use it in GitHub Desktop.
Save Chojiu15/dbce268573ec649f35a26c86a46719d7 to your computer and use it in GitHub Desktop.
Indiana jones
<?php
$name = 'Indiana jones et la dernière croisade';
$year = 1989;
$time = 2.7;
$view = TRUE;
if ($view == TRUE)
{
echo $name.$year.$time;
}
else
{
echo "je ne l'ai pas vu";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment