Code: Select all
<?php
$été="été"; // without syntax color in rapidPHP 2015
/* a letter is a-z, A-Z, and the bytes from 127 through 255
https://www.php.net/manual/en/language.variables.basics.php */
echo $été;
?>
Code: Select all
<?php
$été="été"; // without syntax color in rapidPHP 2015
/* a letter is a-z, A-Z, and the bytes from 127 through 255
https://www.php.net/manual/en/language.variables.basics.php */
echo $été;
?>