Hi!

I saw this in email thread going on:

$message = "\nName: $name\n\n";
$message .= "E-mail: $email\n\n";

Is that doing the same as
$message = "\nName: $name\n\n";
$message = $message."E-mail: $email\n\n";


???


David
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to