โปรแกรมช่วยจัดแฟ้มเสียงจากผลการสืบค้นใน 
http://encarta.msn.com/encnet/features/dictionary/dictionaryhome.aspx
ปรับปรุง : 2550-06-19
if (isset($_POST['url'])) { 
  $chk1 = "http://images.encarta.msn.com";
  $chk2 = ".mp3";
  $r = file($_POST['url']);
  $found = 0;
  for($i=0;$i 1) { 
      $found = 1;
      $r2 = split($chk2,$r1[1]);
      $r3 = $r2[0];
    }
  }
  echo "mp3";
}
?>