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

6 lines
86 B
PHP
Raw Normal View History

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