$GET, PHP - Error: Undefined index: path -
i want display filepath in window dont know do. please help. thank you!
in 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>
in items.php
$filepath = mysql_real_escape_string($_get['path']); echo $filepath;
$filepath = mysql_real_escape_string($_get['filepath']);
your items.php
looking parameter ?path=
navigating user ?filepath
Comments
Post a Comment