hey guys.. i am looking books how to do this right its where the echo is. i want it to print the link out. i think i should be using a \n, but am not sure how.. <?php if ($row_rsViewLinks['linksLink'] == NULL) print ("$row_rsViewLinks['linksName'];"); else echo "<a href="$row_rsViewLinks['linksLink']"$row_rsViewLinks['linksName']</a>;" ?> thanks -paul -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php