$s = "PHP is a general-purpose scripting language especially suited " .
"to web development. It was originally created by Danish a " .
"Canadian programmer Rasmus Lerdorf in 1994";
echo $s;
/*
run:
PHP is a general-purpose scripting language especially suited to web development. It was originally created by Danish a Canadian programmer Rasmus Lerdorf in 1994
*/