6 lines
86 B
PHP
6 lines
86 B
PHP
<?php
|
|
include_once "db.php";
|
|
|
|
$table = ${$_POST['table']};
|
|
$table->del($_POST['id']);
|