action_show_file.php
上传用户:feiyaoda
上传日期:2016-11-21
资源大小:9556k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. <?php
  2. if (count($buffer_selection_files)) echo "Only the first file is popuped<br><br>n";
  3. $path = $buffer_selection_files[0];
  4. foreach ($buffer_selection_files as $id => $path)
  5. {
  6.     echo "<a href="view_source.php?path=$path" target="_blank">Show $path</a><br><br>n";
  7. }