I tried to make this table gathering variables from a form everything works ok,
except the table doesn't show the values in the table itself here are pieces of code that don't work:
NR1
<table border="1" bordercolor="black" width="100%">
<caption><center><?php $category ?> </center></caption>
NR2
<td width=",,,,"><a href="<?php $address ?>"><?php $sitename ?></a></td><td width=",,,,"><?php $comment ?></td><td width=",,,,"><?php $name ?></td><td width=",,,,"><?php $mailing ?></td><td width=",,,,*">N/A Yet!</td>
What's wrong with the table?
Thanks!