Why is my delete link not working?
echo "<td id=\"noLinkTd\"><a href=\"?page=edit&cID=".$row[0]."\">[Edit] ".$z."</a><br />";
echo " <a href=\"javascript://\" onClick=\"deleteRow(".$row[0].",".$z.")\">[Remove]</a>";
echo "</td>\n";
this is the delete.php
<?php
if($indexCheck == "yes")
{...