I see it all the time in this book I am reading but I don't understand why it is there. The ".". They put it in front of the = sign all the time. So what dose the . do? Here is an example:
foreach ($imageFiles as $currentFile) {
$output .= <<<HERE
<a href "$currentFile">
<img src = "$currentFile"
height = 50
width = 50>
See after the $output he has the period in front of the = sign! What dose this do?
Thanks,
Andrew