E ed_man118 Guest Dec 28, 2008 #1 Can somebody explain to me what this operator does in the syntax of a php script please?
B Birdie Guest Dec 28, 2008 #2 Its basically saves you doing.. $var = $var."something"; by you just doing $var.="something";