Hi, Using Dreamweaver, PHP and mySQL..
calling data from teh database and displaying it on page, but would like to only display 2 lines or say 200 characters (which ever is easiest) followed by ...
Here is my code, can anyone shed light on how to do this.. Cheers
<td>
<h3>
<a href="tour-details.php?<?php echo $MM_keepURL.(($MM_keepURL!="")?"&":"")."ID=".urlencode($row_rsNSWSS['ID']) ?>" class="linkblue"><?php echo $row_rsNSWSS['Synopsis']; ?></a>
</h3>
</td>