The Query is : ".$query; die("Unable to connect"); } $msg = "Thank you very much for your feedback on our music. We will review and post it on our site."; header("Location:journey.html?msg=".$msg); exit; } ?>

The Journey of Life - Diana Nagy
The Journey Of Life Where Freedom Flies Journey To The Land Of Imagination

The Journey Of Life

The Journey of Life

•  Featuring the hit single
   "Where Freedom Flies"

•  Order it now:
   www.cdbaby.com/cd/dnagy2
 

 


"The Journey of Life" is a compilation of life experiences written and or co-written by Diana Nagy. Her rich vocals and powerful lyrics encapsulate you into a world of reverence as she sings about of the matters of the heart. This music with a positive message, spans from the rock beat of "The Journey of Life" to the powerhouse ballad "The Prayer". "Where Freedom Flies" a national favorite, is the first release off this debut album and Diana donates a portion of the proceeds to help support our troops and wounded warriors worldwide.

"Music is the laughter of the soul. May these songs light a candle in your heart, even in the darkest of nights. Remember, it's not the destination that's the most important in life, it's the journey along the way. So let's dance!"


NOTE: Click the song titles to listen to a one-minute sample

  1. Captured Love
     
  2. The Journey Of Life
     
  3. Where Freedom Flies
     
  4. God Built This House
     
  5. I Surrender
     
  6. Shine
     
  7. Return To Glory
     
  8. Your Eyes Fill My Soul
     
  9. The Gift Of Life
     
  10. The Prayer
 
Leave your comments here
 
 
   Choose a song name/General comments       
 
Name    Location   
 
 

Visitors Comments
 

"; $songquery = " SELECT * FROM tblcomments WHERE approved ='Y' ORDER BY songid"; $result = mysql_query($songquery); $firstcount = 0; $secondcount = 0; $thirdcount = 0; $fourthcount = 0; $fifthcount = 0; $sixthcount = 0; $sevthcount = 0; $eigthcount = 0; $nigthcount = 0; $tenthcount = 0; $val=0; while($row = mysql_fetch_array($result)){ $songid = $row{'songid'}; if($songid=='0'){ if($val==0){ echo "General Comments"; echo " "; $val=1; } echo "".$row{'comment'}.""; echo "   --".$row{'name'}.",".$row{'location'}."."; } switch ($songid){ case 1: if($firstcount==0){ echo "Captured Love"; echo " "; $firstcount = 1; } echo "".$row{'comment'}.""; echo "   --".$row{'name'}.",".$row{'location'}."."; break; case 2: if($secondcount==0){ echo "The Journey Of Life"; echo " "; $secondcount = 1; } echo "".$row{'comment'}.""; echo "   --".$row{'name'}.",".$row{'location'}."."; break; case 3: if($thirdcount==0){ echo "Where Freedom Flies"; echo " "; $thirdcount = 1; } echo "".$row{'comment'}.""; echo "   --".$row{'name'}.",".$row{'location'}."."; break; case 4: if($fourthcount==0){ echo "God Built This House "; echo " "; $fourthcount = 1; } echo "".$row{'comment'}.""; echo "   --".$row{'name'}.",".$row{'location'}."."; break; case 5: if($fifthcount==0){ echo "I Surrender"; echo " "; $fifthcount = 1; } echo "".$row{'comment'}.""; echo "   --".$row{'name'}.",".$row{'location'}."."; break; case 6: if($sixthcount==0){ echo "Shine"; echo " "; $sixthcount = 1; } echo "".$row{'comment'}.""; echo "   --".$row{'name'}.",".$row{'location'}."."; break; case 7: if($sevthcount==0){ echo "Return To Glory"; echo " "; $sevthcount = 1; } echo "".$row{'comment'}.""; echo "   --".$row{'name'}.",".$row{'location'}."."; break; case 8: if($eigthcount==0){ echo "Your Eyes Fill My Soul"; echo " "; $eigthcount = 1; } echo "".$row{'comment'}.""; echo "   --".$row{'name'}.",".$row{'location'}."."; break; case 9: if($nigthcount==0){ echo "The Gift Of Life"; echo " "; $nigthcount = 1; } echo "".$row{'comment'}.""; echo "   --".$row{'name'}.",".$row{'location'}."."; break; case 10: if($tenthcount==0){ echo "The Prayer"; echo " "; $tenthcount = 1; } echo "".$row{'comment'}.""; echo "   --".$row{'name'}.",".$row{'location'}."."; break; } } echo ""; ?>