How do I format this?

I know that
Code:
	$from = "From: $a2[0] <$a2[1]>";
is wrong, so should it be:
Code:
$from = "From: '$a2['0']'.'<$a2['1']>.'";
???