echo '<a href="editContact.php?edit=1&id= '.$pid .'&cid= '.$cid.'"><img src="images/edit.png" width="30" height="30" /></a> <a href="delete.php?cid='.$row["ContactID"].'&id='. $pid . '&createdby='. $row["CreatedBy"] . '" onclick=\"return confirm("Are you sure you want to remove this contact?");\" >
我的警报框在 HTML 中工作正常,但是当我尝试在 PHP 中回显它时,它没有工作,但我仍然可以删除,有人可以帮助我吗?