[Resolved] Dot

admin

Administrator
Staff member
Hello All,

I have seen this used in many places, but for the life of me I cannot find a reference to it in any manuals, and I have reems of them around me.

echo "<th>" . mysql_field_name($result, $i). "</th>;

Can anyone tell me what the "." before and after the mysql_field_name() function is for?

Or, at least, direct me to a book or site where I can find a reference to it.

TIA
John
 
Top