$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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -