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