Open the file, list.php and find this line;
Then replace that line with this one;
Sorry I forgot to change the href...
PHP Code:
echo "<td><a href=\"t.php?edit={$row['id']}\">Edit</a> | <a href=\"t.php?del={$row['id']}\">Delete</a>";
Then replace that line with this one;
PHP Code:
echo "<td><a href=\"coin.php?edit={$row['id']}\">Edit</a> | <a href=\"coin.php?del={$row['id']}\">Delete</a>";
Sorry I forgot to change the href...