I have a table in a database called Artists. It contains two bands. What I would like to do is to be able to click on the bands name using a hyper link, send that bands name to
you can't put PHP code into echo and hope that it will run again.
Try this,
echo
"". $row['ArtistName'] . "";