7 lines
62 B
PHP
7 lines
62 B
PHP
|
<?php
|
||
|
|
||
|
$variable1 = 'endmove';
|
||
|
|
||
|
echo "Bonjour $variable1";
|
||
|
|