Code: Select all
$message= '
<table width="522" height="235" border="0">
<tbody>
<tr>
<td width="105" height="23" bgcolor="#CCCCCC">Name Surname: </td>
<td width="403" bgcolor="#CCCCCC">{$name} {$surname}</td>
</tr>
<tr>
<td height="23" valign="top">Institution:</td>
<td>{$institution}</td>
</tr>
</tbody>
</table>';
Name Surname: {$name} {$surname}
Institution:{$institution}
but it must be like that
Name Surname: Plodos MAmas
Institution:Software Group
Could you help me, whats the problem ?
and whats the output of this code
Code: Select all
<td width="403" bgcolor="#CCCCCC">{$name} {$surname}</td>