<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>I am still bug hunting, but am also looking at the second part of
      the site.  Is this right ?</p>
    <p><u>music.php</u></p>
    <p><html><br>
      <body><br>
      <br>
      <?php<br>
      function getmusic()<br>
      // Open a directory, and read its contents<br>
      {<br>
      var  musicdir[];<br>
      $dir = "Music/";<br>
      <br>
      if (is_dir($dir)){usicdir.push<br>
      Â  if ($dh = opendir($dir)){<br>
      Â Â Â  while (($file = readdir($dh)) !== false){<br>
      Â Â Â Â Â  echo $file . "<br>";<br>
      Â Â Â Â Â  musicdir.push($file);<br>
      Â Â Â  }<br>
      Â Â Â  closedir($dh);<br>
      Â  }<br>
      Â  return misicdir;<br>
      }<br>
      ?><br>
      <br>
      </body><br>
      </html><br>
    </p>
    <p><u>HTML file</u></p>
    <p><script><br>
      <br>
      var array musicdir() = getmusic();<br>
      <br>
      Â while (($file = readdir($musicdir)) !== false){<br>
      Â Â Â Â Â  echo $file . "<br>";<br>
      <br>
      </script><br>
      <br>
    </p>
  </body>
</html>