Hola que tal prueba con esto:
Código PHP:
echo '<table border="1" cellspacing="1" style="border-collapse: collapse" width="91%" id="table1">
<tr bgcolor="#FFFFE1">
<td width="149"><b>Nombre</b></td>
<td width="155"><b>Apellido</b></td>
<td width="94"><b>Ciclo de vida</b></td>
</tr>
<tr>
<td width="26%">'.$nombre.'</td>
<td width="32%">'.$apellido.'</td>
<td width="56">'.$resultado.'</td>
</tr>
';
Suerte y Salu2.
Bye