Skip to content

Instantly share code, notes, and snippets.

@b0ndurant
Created March 5, 2018 14:33
Show Gist options
  • Save b0ndurant/3c373452b7bd54cab1fa15bbdb64490b to your computer and use it in GitHub Desktop.
Save b0ndurant/3c373452b7bd54cab1fa15bbdb64490b to your computer and use it in GitHub Desktop.
quete variable php
<?php
$name = 'Indiana Jones and the Last Crusade';
echo "$name";
echo "</br>";
$vue = false;
if ($vue);
echo "non";
echo "</br>";
$years = 1989;
echo "$years";
echo "</br>";
$note = 8.3;
echo "$note";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment