0

ファイルパスを別のウィンドウに表示したいのですが、どうすればよいかわかりません。助けてください。ありがとう!

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; 
4

2 に答える 2