Variable PHP dans Echo
echo 'Hello '.$variableName.'!';
Plain Peafowl
echo 'Hello '.$variableName.'!';
echo '<img src="' . $Variable . '">';