items.php で
$filepath = mysql_real_escape_string($_GET['filepath']);
$name = mysql_real_escape_string($_GET['name']);
$type = mysql_real_escape_string($_GET['type']);
echo $name,$type;
echo '<td><a target=\"_blank\" href="'.$filepath.'" title=\"\">'.$filepath.'</a> ';
エラー:
Notice: 未定義のインデックス: name
Notice: 未定義のインデックス: type
結果:images/ch1.pdf?name=number?type=Memo
名前と型から値を取得したい。