I'm a noob, sorry. I have tried what you've said and have gotten some interesting results. I have updated the code above to the current one.
Here is what I've done, in between the two <td> </td>'s I tried the following:
.'$name1'. result----- Parse error: parse error, unexpected T_VARIABLE
."$name1". result------I get the email, but in that cell, what is displayed is the same as i entered- ."$name1".
I do not see why I get the T_VARIABLE error, because that means the variable is defined wrong, right?
I feel so close to getting this figured out!
Thanks bradgrafelman
EDIT***
figured out that I was doing the .''. wrong! should be '..' haha
updated the php code for anyone dumb as me, who needs it! (above )
next time i'll make sure i post in the noob section 🙂 .