1.6.php

The book The Man Without Qualities was written by Robert Musil.

# Script 1.6
//Create the variables
$firstName = 'Robert';
$lastName = 'Musil';
$book = 'The Man Without Qualities';

//Print the values
echo "<p>The book <em>$book</em> was written by $firstName $lastName.</p>";