I want to add a new line and when I tried "/n", it did not work.
`while($row_selecttemptable = mysql_fetch_array($result_selecttemptable))
echo $row_selecttemptable['ArtistName'] . ' ,' . $row_selecttemptable['NAMEOfTheDVD'];`
I want to add a new line between ArtistName and Name of The DVD