adding data from a webpage to a PDF document
i have the already populated from the PHP DB
using the following
{Recordset1.userid}
<td width="250" class="table-text"><?php echo $row_Recordset1['email']; ?></td>
<td width="250" class="table-text"><?php echo $row_Recordset1['PhoneMobile']; ?></td>
<td width="200" class="table-text"><?php echo $row_Recordset1['prop_id']; ?></td>
<td width="200" class="table-text"><?php echo $row_Recordset1['prop_add1']; ?></td>
<td width="250" class="table-text"><?php echo $row_Recordset1['GuName']; ?></td>
<td width="250" class="table-text"><?php echo $row_Recordset1['GuPhoneEmail']; ?></td>
i then need this information sent to a pdf document that also has other information on it. there are spaces in the PDF document for this information to go
any ideas would really help
thanks