I have a field in my MySQL database named "HYPER_LNK" which contains hyperlinks to pages containing info about the people in my database. How can I use echo in a php page to not only list the people, but also make a link out of that list, if there is an entry in the "HYPER_LNK" field? Since quotes separate HTML from the php, it's kind of a puzzler.