我想在另一个窗口中显示文件路径,但我不知道该怎么做。请帮忙。谢谢你!
在 search_form.php
<td><a href="items.php?filepath=' .urlencode($path). '"onClick="MM_openBrWindow(\'items.php?filepath=' .urlencode($path). '\',\'window\',\'width=650,height=500\'); return false;"> <img src="Folder-Blank-icon.png"> </a></td>
在 items.php 中
$filepath = mysql_real_escape_string($_GET['path']);
echo $filepath;