Any difference between the two for that purpose, and any issues to watch out for?
echo "My name is ".$textfield1." and I like "$textfield2;
Where textfield1 and 2 are the names of the textfields in the form. You don't have to declare those variables. PHP passes the data automaitcally as long as you name the variable by the field name.
I use PHP daily and love it.
Knight
Brendan