Files
sechskies/variety/vedio-list/api/del.php
T

6 lines
91 B
PHP

<?php
include_once "db.php";
$table = ${$_POST['table']};
$table->del($_POST['id']);