<?php

$var = 'tennis';

$var.=' is cool.';

echo $var;
?>