Answered
help with php detail page
Hello
I was hoping someone would help me figure out a problem.
Php
Mysql
I have configure a detail page which is working correctly. All fields are populating properly. The problem is that if a field is null, i want to hide the text before it.
Example
<td valign="top" align="left">Unit View: <?php echo $row_rscdetail['unit_view']; ?></td>
if there is not a value in $row_rscdetail['unit_view'] then I don't want Unit View: to be displayed.
Is there an easy way to do this.
Thanks in advance.
Tim
I was hoping someone would help me figure out a problem.
Php
Mysql
I have configure a detail page which is working correctly. All fields are populating properly. The problem is that if a field is null, i want to hide the text before it.
Example
<td valign="top" align="left">Unit View: <?php echo $row_rscdetail['unit_view']; ?></td>
if there is not a value in $row_rscdetail['unit_view'] then I don't want Unit View: to be displayed.
Is there an easy way to do this.
Thanks in advance.
Tim
