Вот сижу и думаю а в каких случаях конкатенация будет неудобна
echo 'Здравствуйте дорогой' . $name . '. Спешим вам сообщить, что в нашем магазине ' . $shopName . ' только ' . $dueDate . ' вы можете приобрести ' . $poduct . ' со скидкой ' . $discountPrice . ' ' . $currencyName;
$config['smtp_username'] = 'platon@yandex.ru';
$config['smtp_port'] = '465';
$config['smtp_host'] = 'ssl://smtp.yandex.ru';
$config['smtp_password'] = 'password';
$config['smtp_charset'] = 'utf-8';
$config['smtp_from'] = '';
function getCookie(name) {
var matches = document.cookie.match(new RegExp(
"(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)"
));
return matches ? decodeURIComponent(matches[1]) : undefined;
}
alert(getCookie('ID'));