我在onclick函數中傳遞ID,但是當我在頁面中獲取ID時,它會顯示「未定義的索引ID」。我無法獲得URL字符串中的ID
這裏是一個傳遞ID到URL
<tr>
<td>
<a href="#" class="ok">
<img style='width: 200px' src="images/<?php echo $pics; ?>" alt="name" onclick="location.href='#img?ID=<?php echo $imgid ?>' ;img('<?php echo $pics ?>','<?php echo $imgid ?>')" >
</a>
</td>
</tr>
這裏的PHP代碼是在URL的onclick結果
http://localhost/2/2/mvc/view/main.php#img?ID=50
下面是我打電話的URL ID
<?php $gid=$_GET['ID']; echo $gid; ?>
這裏是顯示的錯誤
說明:未定義指數:用C ID:\ XAMPP \ htdocs中\第2行\ 2 \ MVC \視圖\ main.php 126
Im相當肯定的問題必須是哈希 – Undefined
片段不要讓她發送到服務器 – Gordon
結束可能重複的http://stackoverflow.com/search?q=fragment+url+php – Gordon