I am trying to display the records from a select statement. I want to put the results for the four fields on one line but I need to have spacing in between. Is there a way to do this?
$display_block .= "<a>$CompName,$CustName,$CustStProv,$DateTime<br>
</a>";
}
$display_block .= "</ul>";