I want to include some variables in an HTML table. The variables are stored in phpmyadmin and my site a CartWeaver site, I'm using Dreamweaver.
How do I insert variables into separate table cells? I thought this would work but it isn't so:
<?php echo($row_rsCWResults["product_ShortDescription"] . "<br />") ?>