我有一個圖像懸停在PHP頁面上,該圖像應鏈接到某個URL。PHP鏈接無法正常工作
if(file_exists($actionsloaded))
echo '<a href=\"index.php\"><img src="/wp-content/uploads/2017/07/'.$image_on.'" onmouseover="this.src=\'/wp-content/uploads/2017/07/'.$image_off.'\';" onmouseout="this.src=\'/wp-content/uploads/2017/07/'.$image_on.'\';"/></a>';
else
問題是,當我點擊它進入url.com/"index.php/"
任何想法的鏈接可能是什麼錯呢?
不要逃避 –
你不需要逃避引號'href' –