I get a parse error w/ this code. Everything was running smoothly till I put in the $name variable as another <td> in the first table. I tried every permutation of single and double quotes as well as semi-colons, but none seem to work! Do you have any suggestions? Thanks.
echo '
<br>
<center>
<table width="200" cellpadding="0" cellspacing="0" border="0">
<td>Name:</td>
<td>$name</td>
</table>
<table width="200" cellpadding="0" cellspacing="0" border="0">
<td>Name:</td></table>
<table width="200" cellpadding="0" cellspacing="0" border="0">
<td>Name:</td></table>
<table width="200" cellpadding="0" cellspacing="0" border="0">
<td>Name:</td></table>
</center>';